Skip to content

Commit

Permalink
Enable macOS M1 test for LLVM 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 7, 2024
1 parent 7402b82 commit 2c2c348
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- os: 'macos-14'
lua: 'moonjit'

# macOS 14: exclude LLVM 11-17
# macOS 14: exclude LLVM 11-15,17
- os: 'macos-14'
llvm: '11'
- os: 'macos-14'
Expand All @@ -46,8 +46,6 @@ jobs:
llvm: '14'
- os: 'macos-14'
llvm: '15'
- os: 'macos-14'
llvm: '16'
- os: 'macos-14'
llvm: '17'

Expand Down

0 comments on commit 2c2c348

Please sign in to comment.