Skip to content

Commit

Permalink
Enable test for LLVM 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 8, 2024
1 parent 2c2c348 commit edf7b11
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-15,17
# macOS 14: exclude LLVM 11-15
- 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: '17'

# Windows: exclude LLVM 12-18
- os: 'windows-2022'
Expand Down

0 comments on commit edf7b11

Please sign in to comment.