Skip to content

Commit d87d197

Browse files
authored
fix: update to llvm-19 (#551)
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
1 parent ea562d0 commit d87d197

File tree

2 files changed

+4
-4
lines changed
  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
matrix:
7979
triplet: [x64-linux]
80-
compiler: [gcc-14, llvm-18]
80+
compiler: [gcc-14, llvm-19]
8181
std: [20]
8282
build_type: [Debug, RelWithDebInfo]
8383

@@ -232,7 +232,7 @@ jobs:
232232
strategy:
233233
matrix:
234234
triplet: [x64-windows]
235-
compiler: [msvc-2022, llvm-18]
235+
compiler: [msvc-2022, llvm-19]
236236
std: [20]
237237
build_type: [Debug, RelWithDebInfo]
238238

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
matrix:
8383
triplet: [x64-linux]
84-
compiler: [gcc-14, llvm-18]
84+
compiler: [gcc-14, llvm-19]
8585
std: [20]
8686
build_type: [Debug, RelWithDebInfo]
8787

@@ -244,7 +244,7 @@ jobs:
244244
strategy:
245245
matrix:
246246
triplet: [x64-windows]
247-
compiler: [msvc-2022, llvm-18]
247+
compiler: [msvc-2022, llvm-19]
248248
std: [20]
249249
build_type: [Debug, RelWithDebInfo]
250250

0 commit comments

Comments
 (0)