File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9090jobs :
9191 create-runner :
9292 name : Create Hetzner Cloud runner
93- runs-on : ubuntu-24.04
93+ runs-on : ubuntu-latest
9494 outputs :
9595 label : ${{ steps.create-hcloud-runner.outputs.label }}
9696 server_id : ${{ steps.create-hcloud-runner.outputs.server_id }}
@@ -103,6 +103,7 @@ jobs:
103103 github_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
104104 hcloud_token : ${{ secrets.HCLOUD_TOKEN }}
105105 server_type : cx22
106+ location : nbg1 # Nuremberg, Germany
106107 image : rocky-9 # Rocky Linux 9
107108
108109 do-the-job :
@@ -120,7 +121,7 @@ jobs:
120121 needs :
121122 - create-runner # required to get output from the create-runner job
122123 - do-the-job # required to wait when the main job is done
123- runs-on : ubuntu-24.04
124+ runs-on : ubuntu-latest
124125 if : ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
125126 steps :
126127 - name : Delete runner
You can’t perform that action at this time.
0 commit comments