File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1111
1212jobs :
1313 deploy :
14- runs-on : blacksmith-4vcpu-ubuntu-2404
14+ runs-on : ${{ vars.RUNNER_UBUNTU || ' blacksmith-4vcpu-ubuntu-2404' }}
1515 steps :
1616 - uses : actions/checkout@v3
1717
Original file line number Diff line number Diff line change 2626 matrix :
2727 include :
2828 - system : x86_64-linux
29- runner : blacksmith-4vcpu-ubuntu-2404
29+ runner : ${{ vars.RUNNER_UBUNTU || ' blacksmith-4vcpu-ubuntu-2404' }}
3030 - system : aarch64-linux
31- runner : blacksmith-4vcpu-ubuntu-2404-arm
31+ runner : ${{ vars.RUNNER_UBUNTU_ARM || ' blacksmith-4vcpu-ubuntu-2404-arm' }}
3232 - system : x86_64-darwin
3333 runner : macos-15-intel
3434 - system : aarch64-darwin
7777 update-hashes :
7878 needs : compute-hash
7979 if : github.event_name != 'pull_request'
80- runs-on : blacksmith-4vcpu-ubuntu-2404
80+ runs-on : ${{ vars.RUNNER_UBUNTU || ' blacksmith-4vcpu-ubuntu-2404' }}
8181
8282 steps :
8383 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments