Skip to content

Commit f4c6947

Browse files
committed
Move all libc++ builders to one machine type.
There are ongoing issues with the libc++ bots, some of them seem related to a new release of the gha action runner controllers. Until I get this figured out, it's a lot easier to have 99% of the bots using a single machine shape
1 parent 70f4102 commit f4c6947

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ env:
4444
jobs:
4545
stage1:
4646
runs-on:
47-
group: libcxx-runners-16
47+
group: libcxx-runners-8
4848
continue-on-error: false
4949
strategy:
5050
fail-fast: true
@@ -163,10 +163,10 @@ jobs:
163163
machine: libcxx-runners-8
164164
std_modules: 'ON'
165165
- config: 'generic-asan'
166-
machine: libcxx-runners-16
166+
machine: libcxx-runners-8
167167
std_modules: 'OFF'
168168
- config: 'generic-tsan'
169-
machine: libcxx-runners-16
169+
machine: libcxx-runners-8
170170
std_modules: 'OFF'
171171
- config: 'generic-ubsan'
172172
machine: libcxx-runners-8

0 commit comments

Comments
 (0)