Skip to content

Commit

Permalink
Bump macOS in CI to 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed May 28, 2024
1 parent b985e13 commit 4b19ae1
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 @@ -19,13 +19,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['macos-11', 'windows-2022']
os: ['macos-12', 'windows-2022']
llvm: ['11', '12', '13', '14', '15', '16', '17']
cuda: ['0', '1']
lua: ['luajit', 'moonjit']
exclude:
# macOS: exclude cuda
- os: 'macos-11'
- os: 'macos-12'
cuda: '1'

# Windows: exclude LLVM 12-17
Expand Down

0 comments on commit 4b19ae1

Please sign in to comment.