Skip to content

Commit

Permalink
Update macos versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jul 8, 2024
1 parent a4b4791 commit 86b5f97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,13 @@ jobs:

- toolset: clang
cxxstd: "11,14"
os: macos-11
os: macos-12
- toolset: clang
cxxstd: "20"
os: macos-12
os: macos-13
- toolset: clang
cxxstd: "20"
os: macos-14

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

0 comments on commit 86b5f97

Please sign in to comment.