Skip to content

Commit

Permalink
Add CI for macos-14. (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed May 6, 2024
1 parent b77955e commit 070badf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,13 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ "macOS-12" ]
os: [ "macOS-14" ]
cxxstd: ["14", "17", "20"]

include:
- os: "macOS-12"
cxxstd: "14"

- os: "macOS-13"
cxxstd: "20"

Expand Down

0 comments on commit 070badf

Please sign in to comment.