File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,31 @@ concurrency:
3535
3636jobs :
3737 verify :
38- name : Verify RC (${{ matrix.runner }})
38+ name : Verify RC (${{ matrix.os }}-${{ matrix.arch }})
3939 strategy :
4040 fail-fast : false
4141 matrix :
4242 include :
4343 # Linux
44- - runner : ubuntu-22.04
45- - runner : ubuntu-24.04
46- - runner : ubuntu-24.04-arm
44+ - os : linux
45+ arch : x64
46+ runner : ubuntu-latest
47+ - os : linux
48+ arch : arm64
49+ runner : ubuntu-24.04-arm
4750
4851 # macOS
49- - runner : macos-13
50- - runner : macos-14
52+ - os : macos
53+ arch : arm64
54+ runner : macos-latest
55+ - os : macos
56+ arch : x64
57+ runner : macos-15-intel
5158
5259 # Windows (disabled for now)
53- # - runner: windows-latest
60+ # - os: windows
61+ # arch: x64
62+ # runner: windows-latest
5463 runs-on : ${{ matrix.runner }}
5564 steps :
5665 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments