Skip to content

Commit

Permalink
try macOS-13
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSlevinsky committed May 15, 2024
1 parent 0df512b commit 6ccaebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macOS-13
compiler:
- gcc
- clang
Expand All @@ -19,9 +19,9 @@ jobs:
- x64
- aarch64
exclude:
- os: macOS-latest
- os: macOS-13
arch: x86
- os: macOS-latest
- os: macOS-13
arch: aarch64
fail-fast: false
env:
Expand Down

0 comments on commit 6ccaebe

Please sign in to comment.