Skip to content

Commit

Permalink
Re-enable LLVM 19
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Sep 20, 2024
1 parent 19c1511 commit 8d9eff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [17, 18]
llvm_version: [17, 18, 19]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [17, 18]
llvm_version: [17, 18, 19]
steps:
- uses: actions/checkout@v4
- name: Install common deps
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
matrix:
ubuntu_version: [20.04, 22.04]
build_type: [Release, Debug]
llvm_version: [17, 18]
llvm_version: [17, 18, 19]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8d9eff5

Please sign in to comment.