diff options
| author | 卜部昌平 <shyouhei@ruby-lang.org> | 2024-11-13 12:36:29 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-13 16:09:58 +0900 |
| commit | 0f28be6ab9384ff3345c655d6dc04550222ed7fd (patch) | |
| tree | 4be4b8abc31ff00c3c929ee8aedcc39e0e9bae93 | |
| parent | 942ec7ab338c783c95dc119b9161466f1dbb82b3 (diff) | |
[CI] add GCC 14
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12073
| -rw-r--r-- | .github/workflows/compilers.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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' } } |
