Skip to content

Commit

Permalink
Fix MacOS C.I.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Jan 19, 2025
1 parent 4d72242 commit 2d1b0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, macos-12]
os: [macos-latest, macos-13]
std: [98, 11, 14, 17, 20]
config: [Debug, Release]
exclude:
- os: macos-12
- os: macos-13
std: 20

steps:
Expand Down

0 comments on commit 2d1b0a5

Please sign in to comment.