Skip to content

Commit cbc045a

Browse files
committed
Added GCC 15 build
1 parent 6f1caa5 commit cbc045a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compilers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
optflags: '-O2'
8787
enable_shared: false
8888
- { uses: './.github/actions/compilers', name: 'ext/Setup', with: { static_exts: 'etc json/* */escape' } }
89+
- { uses: './.github/actions/compilers', name: 'GCC 15', with: { tag: 'gcc-15' } }
8990
- { uses: './.github/actions/compilers', name: 'GCC 14', with: { tag: 'gcc-14' } }
9091
- { uses: './.github/actions/compilers', name: 'GCC 13', with: { tag: 'gcc-13' } }
9192
- { uses: './.github/actions/compilers', name: 'GCC 12', with: { tag: 'gcc-12' } }

0 commit comments

Comments
 (0)