Skip to content

Commit

Permalink
Replaced macos-11 GHA image with 12, 13 and 14 since 11 is being remo…
Browse files Browse the repository at this point in the history
…ved.
  • Loading branch information
Lastique committed May 20, 2024
1 parent 4f72199 commit 0abef89
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,14 @@ jobs:
- libc++abi-15-dev

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

- name: CMake tests
cmake_tests: 1
Expand Down

0 comments on commit 0abef89

Please sign in to comment.