File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,20 @@ jobs:
1414 label : ${{ steps.create-runner.outputs.label }}
1515 steps :
1616 - id : create-runner
17- uses : related-sciences/gce-github-runner@v0.2
17+ uses : related-sciences/gce-github-runner@v0.3
1818 with :
1919 token : ${{ secrets.GH_SA_TOKEN }}
2020 project_id : ${{ secrets.GCP_PROJECT_ID }}
2121 service_account_key : ${{ secrets.GCP_SA_KEY }}
22+ image_project : ubuntu-os-cloud
23+ image_family : ubuntu-1804-lts
2224
2325 test :
2426 needs : create-runner
2527 runs-on : ${{ needs.create-runner.outputs.label }}
2628 steps :
2729 - run : echo "This runs on the GCE VM"
28- - uses : related-sciences/gce-github-runner@v0.2
30+ - uses : related-sciences/gce-github-runner@v0.3
2931 with :
3032 command : stop
3133 if : always()
You can’t perform that action at this time.
0 commit comments