Skip to content

Commit

Permalink
Update macos runners to macos-14
Browse files Browse the repository at this point in the history
This is the one currently labeled as "macos-latest", so probably the
most stable at the moment.

Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Dec 14, 2024
1 parent 1d486d4 commit 81060a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2019, macos-12]
os: [ubuntu-22.04, windows-2019, macos-14]
sw_mode: [force, auto]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2019, macos-12]
os: [ubuntu-22.04, windows-2019, macos-14]
arch: [auto]
include:
- os: ubuntu-20.04
Expand Down

0 comments on commit 81060a8

Please sign in to comment.