Skip to content

Commit

Permalink
Update to macOS-13 in github actions runners
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lunarg authored and arcady-lunarg committed Oct 18, 2024
1 parent 2bfc7ca commit 0d26b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [{genus: macos-12, family: osx}]
os: [{genus: macos-13, family: osx}]
compiler: [{cc: clang, cxx: clang++}]
cmake_build_type: [Debug, Release]
steps:
Expand Down

0 comments on commit 0d26b9d

Please sign in to comment.