Skip to content

Commit

Permalink
CI: Switch to macOS-12 after removal of macOS-11
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Jul 16, 2024
1 parent da20d5f commit 484ef55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-test-deploy:
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
os: [ubuntu-20.04, macos-12]
cxx_compiler:
- { name: "gcc", cxx: "g++-10" }
- { name: "clang", cxx: "clang++" }
Expand Down

0 comments on commit 484ef55

Please sign in to comment.