Skip to content

Commit

Permalink
OSX 15 runners seem hard to find?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 15, 2024
1 parent 45f7698 commit ce4a9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
build-macos-current:
strategy:
matrix:
runs-on: [macos-13, macos-14-arm64]
runs-on: [macos-13, macos-15-arm64]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
build-macos:
strategy:
matrix:
runs-on: [macos-13, macos-14-arm64]
runs-on: [macos-13, macos-15-arm64]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ce4a9cf

Please sign in to comment.