File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ jobs:
1212 matrix :
1313 include :
1414 - target : x86_64-unknown-linux-gnu
15- runner : ubuntu-22.04
15+ runner : ${{ vars.LINUX_X64_RUNNER || ' ubuntu-22.04' }}
1616 asset_name : gnd-linux-x86_64
1717 - target : aarch64-unknown-linux-gnu
18- runner : nscloud- ubuntu-22 .04-arm64-16x32
18+ runner : ${{ vars.LINUX_ARM64_RUNNER || ' ubuntu-24 .04-arm' }}
1919 asset_name : gnd-linux-aarch64
2020 - target : x86_64-apple-darwin
21- runner : macos-13
21+ runner : ${{ vars.MACOS_X64_RUNNER || ' macos-13' }}
2222 asset_name : gnd-macos-x86_64
2323 - target : aarch64-apple-darwin
24- runner : macos-latest
24+ runner : ${{ vars.MACOS_ARM64_RUNNER || ' macos-14' }}
2525 asset_name : gnd-macos-aarch64
2626 - target : x86_64-pc-windows-msvc
27- runner : windows-latest
27+ runner : ${{ vars.WINDOWS_X64_RUNNER || ' windows-latest' }}
2828 asset_name : gnd-windows-x86_64.exe
2929
3030 steps :
You can’t perform that action at this time.
0 commit comments