Skip to content

Commit

Permalink
Support new LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Feb 4, 2025
1 parent 6fcda24 commit 07be4b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
LLVM_RELEASE_VERSION_MAC: 17
LLVM_RELEASE_VERSION_LINUX: 17
LLVM_RELEASE_VERSION_UBUNTU20: 17
LLVM_DEV_VERSION: 20
LLVM_DEV_VERSION: 21
jobs:

build-msvc:
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [17, 18, 19, 20]
llvm_version: [17, 18, 19, 20, 21]

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

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

0 comments on commit 07be4b0

Please sign in to comment.