From 4435cacd3d1ceef02698e2216941b957efc64efe Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Fri, 6 Dec 2024 10:01:41 +1100 Subject: [PATCH] chore(ci): upgrade macos-12 to macos-13 Ref: PACT-2865 Ref: actions/runner-images#10721 Signed-off-by: JP-Ellis --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e12fb22..19e6cad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [ ubuntu-latest, windows-latest, macos-12 ] + operating-system: [ ubuntu-latest, windows-latest, macos-13 ] rust: [ stable ] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed46caa..76cbf14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: targets: x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl,aarch64-unknown-linux-gnu,aarch64-unknown-linux-musl - operating-system: windows-2019 targets: aarch64-pc-windows-msvc,x86_64-pc-windows-msvc - - operating-system: macos-12 + - operating-system: macos-13 targets: aarch64-apple-darwin,x86_64-apple-darwin fail-fast: false steps: @@ -72,4 +72,4 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: release_artifacts/* file_glob: true - tag: ${{ github.ref }} \ No newline at end of file + tag: ${{ github.ref }}