Skip to content

Commit

Permalink
CI: Switch to macOS 13
Browse files Browse the repository at this point in the history
The macOS-12 environment is deprecated, see
actions/runner-images#10721
  • Loading branch information
krivenko committed Jan 2, 2025
1 parent 51d073c commit 04dcd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-and-test:
strategy:
matrix:
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-13]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
cxx_compiler:
- { name: "gcc", cc: "gcc", cxx: "g++" }
Expand Down

0 comments on commit 04dcd40

Please sign in to comment.