Skip to content

Commit

Permalink
Update CI to macOS 12
Browse files Browse the repository at this point in the history
macOS 11 is being removed from github actions.
  • Loading branch information
charles-lunarg committed Jun 17, 2024
1 parent 1e0a9f8 commit db0d129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- run: cmake --install build --prefix build/install

mac:
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
config: [ Debug, Release ]
Expand Down

0 comments on commit db0d129

Please sign in to comment.