aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2022-06-21 13:07:46 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2022-06-21 15:30:54 +0900
commit7ef67bf9a22ebc1c85530a71a1f61e83aeae1ecd (patch)
tree3fc234bb2baeda1221ec748cd8626fc48ea53508 /.github
parenta0b24f592614262c08a3a4cb07cf0c847389d0a3 (diff)
downloadruby-7ef67bf9a22ebc1c85530a71a1f61e83aeae1ecd.tar.gz
[CI] add gcc-12
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml1
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 }