Skip to content

Commit

Permalink
Bump CI to macOS 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Oct 16, 2024
1 parent 249b231 commit d917b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Note: macOS 12 runs on x86 hardware, and 14 runs on M1 hardware
os: ['macos-12', 'macos-14', 'windows-2022']
# Note: macOS 13 runs on x86 hardware, and 14 runs on M1 hardware
os: ['macos-13', 'macos-14', 'windows-2022']
llvm: ['11', '12', '13', '14', '15', '16', '17', '18']
cuda: ['0', '1']
lua: ['luajit', 'moonjit']
exclude:
# macOS: exclude cuda
- os: 'macos-12'
- os: 'macos-13'
cuda: '1'
- os: 'macos-14'
cuda: '1'
Expand Down

0 comments on commit d917b70

Please sign in to comment.