Skip to content

Commit fcea916

Browse files
committed
Revert "ci: use self-hosted runners"
This reverts commit 61fa962. Can't use these just yet.
1 parent 61fa962 commit fcea916

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yaml

+3-9
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
tests:
1313
strategy:
1414
matrix:
15-
os:
16-
- [self-hosted, linux, X64]
17-
- [self-hosted, macOS, ARM64]
15+
os: [ubuntu-latest, macos-latest]
1816
runs-on: ${{ matrix.os }}
1917
steps:
2018
- uses: actions/checkout@v4
@@ -29,9 +27,7 @@ jobs:
2927
tests-flakes:
3028
strategy:
3129
matrix:
32-
os:
33-
- [self-hosted, linux, X64]
34-
- [self-hosted, macOS, ARM64]
30+
os: [ubuntu-latest, macos-latest]
3531
runs-on: ${{ matrix.os }}
3632
steps:
3733
- uses: actions/checkout@v4
@@ -50,9 +46,7 @@ jobs:
5046
tests-flakes-stable:
5147
strategy:
5248
matrix:
53-
os:
54-
- [self-hosted, linux, X64]
55-
- [self-hosted, macOS, ARM64]
49+
os: [ubuntu-latest, macos-latest]
5650
runs-on: ${{ matrix.os }}
5751
steps:
5852
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)