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 4343
4444jobs :
4545 stage1 :
46- runs-on : libcxx-runners-16
46+ runs-on :
47+ group : libcxx-runners-16
4748 continue-on-error : false
4849 strategy :
4950 fail-fast : true
8081 **/CMakeOutput.log
8182 **/crash_diagnostics/*
8283 stage2 :
83- runs-on : libcxx-runners-8
84+ runs-on :
85+ group : libcxx-runners-8
8486 needs : [ stage1 ]
8587 continue-on-error : false
8688 strategy :
@@ -171,9 +173,10 @@ jobs:
171173 std_modules : ' OFF'
172174 # Use a larger machine for MSAN to avoid timeout and memory allocation issues.
173175 - config : ' generic-msan'
174- machine : libcxx-runners-30
176+ machine : libcxx-runners-32
175177 std_modules : ' OFF'
176- runs-on : ${{ matrix.machine }}
178+ runs-on :
179+ group : ${{ matrix.machine }}
177180 steps :
178181 - uses : actions/checkout@v4
179182 - name : ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments