Skip to content

Commit

Permalink
drop 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 14, 2025
1 parent 24c5734 commit d0292a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
llvm-version: [11, 13, 14, 15]
llvm-version: [13, 14, 15]
# Testing all levels because there was a bug that only happened with -O1. (#224)
opt-level: ['-O0', '-O1', '-O2', '-O3']
steps:
Expand Down Expand Up @@ -70,9 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt update
- run: sudo apt install -y llvm-{11,13,14,15}-dev clang-{11,13,14,15} make
- run: LLVM_CONFIG=llvm-config-11 ./doctest.sh
- run: make clean
- run: sudo apt install -y llvm-{13,14,15}-dev clang-{13,14,15} make
- run: LLVM_CONFIG=llvm-config-13 ./doctest.sh
- run: make clean
- run: LLVM_CONFIG=llvm-config-14 ./doctest.sh
Expand Down

0 comments on commit d0292a4

Please sign in to comment.