Skip to content

Commit c03745d

Browse files
committed
libc++-infa: Hotfix runner group
The runners-32 group is broken, for reasons... The easiest fix is to move the jobs to runners-8. (which needs to be renamed, because they're all actually 30 core machines)
1 parent c99670b commit c03745d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
std_modules: 'OFF'
186186
# Use a larger machine for MSAN to avoid timeout and memory allocation issues.
187187
- config: 'generic-msan'
188-
machine: libcxx-runners-32-set
188+
machine: libcxx-runners-8-set
189189
std_modules: 'OFF'
190190
runs-on: ${{ matrix.machine }}
191191
steps:

0 commit comments

Comments
 (0)