From a5846c7e976f7c662f4795a007a66bd3470efb7a Mon Sep 17 00:00:00 2001 From: "l.feng" <43399351+msclock@users.noreply.github.com> Date: Sat, 19 Jul 2025 18:34:20 +0800 Subject: [PATCH] fix: update to llvm-19 Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .../workflows/ci.yml.jinja | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57a8661a..6258558f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: strategy: matrix: triplet: [x64-linux] - compiler: [gcc-14, llvm-18] + compiler: [gcc-14, llvm-19] std: [20] build_type: [Debug, RelWithDebInfo] @@ -232,7 +232,7 @@ jobs: strategy: matrix: triplet: [x64-windows] - compiler: [msvc-2022, llvm-18] + compiler: [msvc-2022, llvm-19] std: [20] build_type: [Debug, RelWithDebInfo] diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja index 5016cd24..4c6f4adb 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja @@ -81,7 +81,7 @@ jobs: strategy: matrix: triplet: [x64-linux] - compiler: [gcc-14, llvm-18] + compiler: [gcc-14, llvm-19] std: [20] build_type: [Debug, RelWithDebInfo] @@ -244,7 +244,7 @@ jobs: strategy: matrix: triplet: [x64-windows] - compiler: [msvc-2022, llvm-18] + compiler: [msvc-2022, llvm-19] std: [20] build_type: [Debug, RelWithDebInfo]