diff options
| author | 卜部昌平 <shyouhei@ruby-lang.org> | 2022-06-21 13:07:46 +0900 |
|---|---|---|
| committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2022-06-21 15:30:54 +0900 |
| commit | 7ef67bf9a22ebc1c85530a71a1f61e83aeae1ecd (patch) | |
| tree | 3fc234bb2baeda1221ec748cd8626fc48ea53508 | |
| parent | a0b24f592614262c08a3a4cb07cf0c847389d0a3 (diff) | |
[CI] add gcc-12
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6050
| -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 fd5f1e801e..a9f97b181d 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -63,6 +63,7 @@ jobs: env: - {} entry: + - { key: default_cc, name: gcc-12, value: gcc-12, container: gcc-12 } - { key: default_cc, name: gcc-11, value: gcc-11, container: gcc-11 } - { key: default_cc, name: gcc-10, value: gcc-10, container: gcc-10 } - { key: default_cc, name: gcc-9, value: gcc-9, container: gcc-9 } |
