File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 include :
10- - { target: aarch64-windows-gnu, runner: windows-11-arm , can_test: true }
10+ - { target: aarch64-windows-gnu, runner: ubuntu-24.04 , can_test: false }
1111 - { target: aarch64-linux-musl, runner: ubuntu-24.04-arm, can_test: false }
1212 - { target: aarch64-macos-none, runner: macos-26, can_test: true }
13- - { target: x86_64-windows-gnu, runner: windows-2025 , can_test: true }
13+ - { target: x86_64-windows-gnu, runner: ubuntu-24.04 , can_test: false }
1414 - { target: x86_64-linux-musl, runner: ubuntu-24.04, can_test: true }
1515 - { target: x86_64-macos-none, runner: macos-26-intel, can_test: true }
1616 - { target: arm-linux-musleabihf, runner: ubuntu-24.04-arm, can_test: true }
17- - { target: x86-windows-gnu, runner: windows-2025 , can_test: true }
17+ - { target: x86-windows-gnu, runner: ubuntu-24.04 , can_test: false }
1818 - { target: x86-linux-musl, runner: ubuntu-24.04, can_test: true }
1919 runs-on : ${{ matrix.runner }}
2020 env :
You can’t perform that action at this time.
0 commit comments