Skip to content

Commit f09409f

Browse files
remove LLVM 14 test
1 parent fa7b40c commit f09409f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ jobs:
502502
strategy:
503503
fail-fast: false
504504
matrix:
505-
llvm-version: ["10", "14", "15", "16"]
505+
llvm-version: ["10", "15", "16"]
506506
steps:
507507
- uses: actions/checkout@v4
508508
with:
@@ -540,7 +540,7 @@ jobs:
540540
- name: Test Linux LLVM ${{ matrix.llvm-version }}
541541
shell: bash -e -l {0}
542542
run: |
543-
# ctest --output-on-failure
543+
ctest --output-on-failure
544544
cd integration_tests
545545
./run_tests.py -b llvm llvm_jit
546546
./run_tests.py -b llvm llvm_jit -f

0 commit comments

Comments
 (0)