From 0f28be6ab9384ff3345c655d6dc04550222ed7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 13 Nov 2024 12:36:29 +0900 Subject: [PATCH] [CI] add GCC 14 --- .github/workflows/compilers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 2ec864fe52..59b8f44abf 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -83,6 +83,7 @@ jobs: optflags: '-O2' enable_shared: false - { uses: './.github/actions/compilers', name: 'ext/Setup', with: { static_exts: 'etc json/* */escape' } } + - { uses: './.github/actions/compilers', name: 'GCC 14', with: { tag: 'gcc-14' } } - { uses: './.github/actions/compilers', name: 'GCC 13', with: { tag: 'gcc-13' } } - { uses: './.github/actions/compilers', name: 'GCC 12', with: { tag: 'gcc-12' } } - { uses: './.github/actions/compilers', name: 'GCC 11', with: { tag: 'gcc-11' } }