Skip to content

Commit ac2c3c5

Browse files
nobuparacycle
authored andcommitted
Update clang for LTO
1 parent 6a3184e commit ac2c3c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compilers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
5656
# Set fetch-depth: 10 so that Launchable can receive commits information.
5757
- { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
58-
- name: 'clang 18 LTO'
58+
- name: 'clang 22 LTO'
5959
uses: './.github/actions/compilers'
6060
with:
61-
tag: clang-18
62-
with_gcc: 'clang-18 -flto=auto'
61+
tag: clang-22
62+
with_gcc: 'clang-22 -flto=auto'
6363
optflags: '-O2'
6464
enable_shared: false
6565
timeout-minutes: 30

0 commit comments

Comments
 (0)