Skip to content

Commit 61fa962

Browse files
committed
ci: use self-hosted runners
1 parent ca78dfc commit 61fa962

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
tests:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, macos-latest]
15+
os:
16+
- [self-hosted, linux, X64]
17+
- [self-hosted, macOS, ARM64]
1618
runs-on: ${{ matrix.os }}
1719
steps:
1820
- uses: actions/checkout@v4
@@ -27,7 +29,9 @@ jobs:
2729
tests-flakes:
2830
strategy:
2931
matrix:
30-
os: [ubuntu-latest, macos-latest]
32+
os:
33+
- [self-hosted, linux, X64]
34+
- [self-hosted, macOS, ARM64]
3135
runs-on: ${{ matrix.os }}
3236
steps:
3337
- uses: actions/checkout@v4
@@ -46,7 +50,9 @@ jobs:
4650
tests-flakes-stable:
4751
strategy:
4852
matrix:
49-
os: [ubuntu-latest, macos-latest]
53+
os:
54+
- [self-hosted, linux, X64]
55+
- [self-hosted, macOS, ARM64]
5056
runs-on: ${{ matrix.os }}
5157
steps:
5258
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)