Skip to content

Commit

Permalink
Added macos-12 and 13 testing in addition to latest (which is 14).
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed May 20, 2024
1 parent a8a43b4 commit 8047679
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 @@ -291,8 +291,14 @@ jobs:
- libc++abi-15-dev

- toolset: clang
cxxstd: "11,14,17,2a"
os: macos-latest
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

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

0 comments on commit 8047679

Please sign in to comment.