From cbc045a0eaf1c4d4221dedf3f882a8d62bfb7ce7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 30 Apr 2025 09:33:34 +0900 Subject: [PATCH] Added GCC 15 build --- .github/workflows/compilers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 46d698e7b8..e53c1ec653 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -86,6 +86,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 15', with: { tag: 'gcc-15' } } - { 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' } }