Skip to content

Commit

Permalink
Test enable 19 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Oct 1, 2024
1 parent 0ea423d commit f434795
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, 20]

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, 20]
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, 20]

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

0 comments on commit f434795

Please sign in to comment.