Skip to content

Commit

Permalink
drop llvm 11, 12, 13, 14
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Sep 11, 2024
1 parent 55547a5 commit b810940
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
llvm: [11, 12, 13, 14, 15, 16, 17, 18, 19]
llvm: [15, 16, 17, 18, 19]
ubuntu: [20, 22, 24]
exclude:
- ubuntu: 22
llvm: 11
- ubuntu: 22
llvm: 12
- ubuntu: 24
llvm: 11
- ubuntu: 24
llvm: 12
- ubuntu: 24
llvm: 13
- ubuntu: 24
llvm: 14
- ubuntu: 24
llvm: 15
- ubuntu: 24
Expand Down

0 comments on commit b810940

Please sign in to comment.