File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ concurrency:
27
27
# environment variables (plus the "echo $GITHUB_ENV" hack) is to reroute that
28
28
# restriction.
29
29
env :
30
- default_cc : clang-17
30
+ default_cc : clang-18
31
31
append_cc : ' '
32
32
33
33
# -O1 is faster than -O3 in our tests... Majority of time are consumed trying
81
81
optflags : ' -O2'
82
82
shared : disable
83
83
# check: true
84
+ - { name: clang-19, env: { default_cc: clang-19 } }
84
85
- { name: clang-18, env: { default_cc: clang-18 } }
85
86
- { name: clang-17, env: { default_cc: clang-17 } }
86
87
- { name: clang-16, env: { default_cc: clang-16 } }
@@ -213,7 +214,7 @@ jobs:
213
214
runs-on : ubuntu-latest
214
215
215
216
container :
216
- image : ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || matrix.entry.env.default_cc || 'clang-17 ' }}
217
+ image : ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || matrix.entry.env.default_cc || 'clang-18 ' }}
217
218
options : --user root
218
219
219
220
if : >-
You can’t perform that action at this time.
0 commit comments