Skip to content

Commit 85cf13e

Browse files
committed
fix matrix
1 parent cbd141f commit 85cf13e

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,39 @@ jobs:
99
runs-on: ${{ matrix.runner }}
1010
strategy:
1111
matrix:
12-
version: [alpha4-rolling, nightly]
1312
include:
1413
- os: Linux
1514
arch: x86_64
1615
runner: ubuntu-latest
16+
version: alpha4-rolling
17+
- os: Linux
18+
arch: x86_64
19+
runner: ubuntu-latest
20+
version: nightly
21+
- os: Linux
22+
arch: arm64
23+
runner: ubuntu-24.04-arm
24+
version: alpha4-rolling
1725
- os: Linux
1826
arch: arm64
1927
runner: ubuntu-24.04-arm
28+
version: nightly
2029
- os: macOS
2130
arch: x86_64
2231
runner: macos-15-intel
32+
version: alpha4-rolling
33+
- os: macOS
34+
arch: x86_64
35+
runner: macos-15-intel
36+
version: nightly
37+
- os: macOS
38+
arch: arm64
39+
runner: macos-latest
40+
version: alpha4-rolling
2341
- os: macOS
2442
arch: arm64
2543
runner: macos-latest
44+
version: nightly
2645

2746
steps:
2847
- name: Checkout repository

0 commit comments

Comments
 (0)