Skip to content

Commit

Permalink
Upgrade deprecated macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Dec 19, 2024
1 parent 65f36b6 commit 63c8799
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,15 @@ jobs:
- libc++-14-dev
- libc++abi-14-dev

- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-12
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-13
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-14
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-15

timeout-minutes: 120
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 63c8799

Please sign in to comment.