Skip to content

Commit

Permalink
Try downgrading dynamic test to LLVM 8. (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored Apr 22, 2021
1 parent cff49cb commit 58a11ae
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 @@ -90,7 +90,7 @@ jobs:
- llvm: '11'
cuda: '1'

# no-static: only LLVM 9
# no-static: only LLVM 8
- llvm: '3.5'
static: '0'
- llvm: '3.8'
Expand All @@ -101,7 +101,7 @@ jobs:
static: '0'
- llvm: '7'
static: '0'
- llvm: '8'
- llvm: '9'
static: '0'
- llvm: '10'
static: '0'
Expand Down

0 comments on commit 58a11ae

Please sign in to comment.