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