[CI] add GCC 14
This commit is contained in:
parent
942ec7ab33
commit
0f28be6ab9
Notes:
git
2024-11-13 07:10:15 +00:00
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
@ -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' } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user