Skip to content

Commit

Permalink
Use macos-13 instead of macos-14 for CI
Browse files Browse the repository at this point in the history
For some reason the macos-14 stayed queued and never ran.
  • Loading branch information
beroset authored Feb 17, 2024
1 parent 61779d5 commit daccb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-14 ubuntu-latest]
os: [macos-13 ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit daccb97

Please sign in to comment.