Skip to content

Commit

Permalink
GHA: Replace macos-11 by macos-14
Browse files Browse the repository at this point in the history
macos-11 runners got removed.
Test all available C++ versions on the latest macos
  • Loading branch information
Flamefire committed Aug 26, 2024
1 parent 402c26b commit f7fd60b
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 @@ -40,15 +40,15 @@ jobs:
cxxstd: 20
os: ubuntu-22.04
install: clang-15
- toolset: clang
os: macos-11
cxxstd: 11
- toolset: clang
os: macos-12
cxxstd: 14
- toolset: clang
os: macos-13
cxxstd: 17
- toolset: clang
os: macos-14
cxxstd: "11,14,17,20,2b"

runs-on: ${{matrix.os}}
container: ${{matrix.container}}
Expand Down

0 comments on commit f7fd60b

Please sign in to comment.