File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 43
43
44
44
jobs :
45
45
stage1 :
46
- runs-on : libcxx-runners-16
46
+ runs-on :
47
+ group : libcxx-runners-16
47
48
continue-on-error : false
48
49
strategy :
49
50
fail-fast : true
80
81
**/CMakeOutput.log
81
82
**/crash_diagnostics/*
82
83
stage2 :
83
- runs-on : libcxx-runners-8
84
+ runs-on :
85
+ group : libcxx-runners-8
84
86
needs : [ stage1 ]
85
87
continue-on-error : false
86
88
strategy :
@@ -171,9 +173,10 @@ jobs:
171
173
std_modules : ' OFF'
172
174
# Use a larger machine for MSAN to avoid timeout and memory allocation issues.
173
175
- config : ' generic-msan'
174
- machine : libcxx-runners-30
176
+ machine : libcxx-runners-32
175
177
std_modules : ' OFF'
176
- runs-on : ${{ matrix.machine }}
178
+ runs-on :
179
+ group : ${{ matrix.machine }}
177
180
steps :
178
181
- uses : actions/checkout@v4
179
182
- name : ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments