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 184a469 commit 61214ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
include:
- {os: "ubuntu-20.04", cc: "gcc", cxx: "g++-10"}
- {os: "ubuntu-20.04", cc: "clang", cxx: "clang++"}
- {os: "macos-12", cc: "gcc", cxx: "g++-12"}
- {os: "macos-12", cc: "clang", cxx: "clang++"}
- {os: "macos-13", cc: "gcc", cxx: "g++-12"}
- {os: "macos-13", cc: "clang", cxx: "clang++"}
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 61214ac

Please sign in to comment.