File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments