File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 disk_size : ${{ inputs.disk_size }}
5252 runner_service_account : ${{ inputs.runner_service_account }}
5353 image_project : ubuntu-os-cloud
54- image_family : ubuntu-2004 -lts
54+ image_family : ubuntu-2204 -lts
5555 no_external_address : ${{ inputs.no_external_address }}
5656 actions_preinstalled : ${{ inputs.actions_preinstalled }}
5757 shutdown_timeout : ${{ inputs.shutdown_timeout }}
Original file line number Diff line number Diff line change 1919 project_id : ${{ secrets.GCP_PROJECT_ID }}
2020 service_account_key : ${{ secrets.GCP_SA_KEY }}
2121 image_project : ubuntu-os-cloud
22- image_family : ubuntu-2004 -lts
22+ image_family : ubuntu-2204 -lts
2323 # NOTE: if you do not want external IPs, you must configure your GCE project
2424 # to allow access to the Internet e.g. via Cloud NAT, if you are fine
2525 # with external IPs, no_external_address should be false (default).
Original file line number Diff line number Diff line change 2121 project_id : ${{ secrets.GCP_PROJECT_ID }}
2222 service_account_key : ${{ secrets.GCP_SA_KEY }}
2323 image_project : ubuntu-os-cloud
24- image_family : ubuntu-2004 -lts
24+ image_family : ubuntu-2204 -lts
2525
2626 test :
2727 needs : create-runner
You can’t perform that action at this time.
0 commit comments