Skip to content

Commit

Permalink
Add CI support for macos-14-large
Browse files Browse the repository at this point in the history
  • Loading branch information
asuessenbach committed Nov 4, 2024
1 parent eaf9120 commit 597231b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

strategy:
matrix:
os: [macos-13]
os: [macos-13, macos-14-large]
# g++-13 fails on and macos-13 with some error in stdio.h !
compiler: [clang++, g++-12, g++-14]
compiler: [clang++, g++-12, g++-13, g++-14]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [windows-latest, windows-2019]
os: [windows-2019, windows-2022]
architecture: [x86, x64]

steps:
Expand Down

0 comments on commit 597231b

Please sign in to comment.