[CI] add GCC 14

This commit is contained in:
卜部昌平 2024-11-13 12:36:29 +09:00 committed by Hiroshi SHIBATA
parent 942ec7ab33
commit 0f28be6ab9
Notes: git 2024-11-13 07:10:15 +00:00

View File

@ -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' } }