Skip to content

Commit

Permalink
Bump llvm test version
Browse files Browse the repository at this point in the history
yuyichao committed Mar 13, 2024
1 parent 1d639d7 commit bc6457f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
matrix:
BUILD_TYPE: [ Release, Debug ]
compiler: [ gcc, clang ]
LLVM_VER: [ '', 12 ]
LLVM_VER: [ '', 13 ]
ENABLE_SIMD: [ On ]
exclude:
- BUILD_TYPE: Release
@@ -29,15 +29,15 @@ jobs:
include:
- BUILD_TYPE: Debug
compiler: gcc
LLVM_VER: 10
LLVM_VER: 11
ENABLE_SIMD: On
- BUILD_TYPE: Debug
compiler: gcc
LLVM_VER: 11
LLVM_VER: 12
ENABLE_SIMD: On
- BUILD_TYPE: Debug
compiler: gcc
LLVM_VER: 11
LLVM_VER: 12
ENABLE_SIMD: Off
env:
CC: ${{matrix.compiler}}

0 comments on commit bc6457f

Please sign in to comment.