Skip to content

Commit

Permalink
remove moonjit from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alliby committed Jan 3, 2025
1 parent 6e4a5f7 commit b4f26ff
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-22.04' ]
llvm: ['12', '13', '14', '15', '16', '17', '18']
llvm: ['11', '12', '13', '14', '15', '16', '17', '18']
cuda: ['0', '1']
lua: ['luajit', 'moonjit']
lua: [ 'luajit' ]
exclude:
# CUDA: only LLVM 11
- llvm: '12'
Expand All @@ -37,22 +37,6 @@ jobs:
cuda: '1'
- llvm: '18'
cuda: '1'

# Moonjit: only LLVM 12
- llvm: '11'
lua: 'moonjit'
- llvm: '13'
lua: 'moonjit'
- llvm: '14'
lua: 'moonjit'
- llvm: '15'
lua: 'moonjit'
- llvm: '16'
lua: 'moonjit'
- llvm: '17'
lua: 'moonjit'
- llvm: '18'
lua: 'moonjit'
steps:
- uses: actions/checkout@v4
- run: ./travis.sh
Expand Down

0 comments on commit b4f26ff

Please sign in to comment.