Skip to content

Commit

Permalink
CI: add macOS 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Dec 26, 2024
1 parent b1efb4a commit 3c232e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
matrix:
os: [
ubuntu-22.04,
macos-latest,
macos-15,
]
cc: ['gcc', 'clang']
exclude:
- os: macos-latest
- os: macos-15
cc: gcc
env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit 3c232e6

Please sign in to comment.