Skip to content

Commit

Permalink
GitHub Actions: updated cmake to use macos-latest instead of macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
sterin committed Sep 15, 2024
1 parent 0a5057f commit 4c4e298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-posix-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-posix-cmake:
strategy:
matrix:
os: [macos-11, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
use_namespace: [false, true]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4c4e298

Please sign in to comment.