We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca78dfc commit 61fa962Copy full SHA for 61fa962
.github/workflows/ci.yaml
@@ -12,7 +12,9 @@ jobs:
12
tests:
13
strategy:
14
matrix:
15
- os: [ubuntu-latest, macos-latest]
+ os:
16
+ - [self-hosted, linux, X64]
17
+ - [self-hosted, macOS, ARM64]
18
runs-on: ${{ matrix.os }}
19
steps:
20
- uses: actions/checkout@v4
@@ -27,7 +29,9 @@ jobs:
27
29
tests-flakes:
28
30
31
32
33
34
35
36
37
@@ -46,7 +50,9 @@ jobs:
46
50
tests-flakes-stable:
47
51
48
52
49
53
54
55
56
57
58
0 commit comments