File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 lint :
1111 name : Lint
12- runs-on : ubuntu-latest
12+ runs-on : warp- ubuntu-latest-x64-16x
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111jobs :
1212 docker-image :
1313 name : Publish Docker Image
14- runs-on : ubuntu-latest
14+ runs-on : warp- ubuntu-latest-x64-16x
1515
1616 steps :
1717 - name : Checkout sources
6060 labels : ${{ steps.meta.outputs.labels }}
6161
6262 build-all :
63- runs-on : ubuntu-latest
63+ runs-on : warp- ubuntu-latest-x64-16x
6464 steps :
6565 - name : Checkout
6666 uses : actions/checkout@v3
9090
9191 release :
9292 needs : build-all
93- runs-on : ubuntu-latest
93+ runs-on : warp- ubuntu-latest-x64-16x
9494 steps :
9595 - name : Checkout
9696 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 99jobs :
1010 test :
1111 name : Test
12- runs-on : ubuntu-latest
12+ runs-on : warp- ubuntu-latest-x64-16x
1313 steps :
1414 - name : Set up Go
1515 uses : actions/setup-go@v3
You can’t perform that action at this time.
0 commit comments