Skip to content

Commit

Permalink
chore(ci): upgrade macos-12 to macos-13
Browse files Browse the repository at this point in the history
Ref: PACT-2865
Ref: actions/runner-images#10721
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Dec 5, 2024
1 parent 132d503 commit 4435cac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: release_artifacts/*
file_glob: true
tag: ${{ github.ref }}
tag: ${{ github.ref }}

0 comments on commit 4435cac

Please sign in to comment.