Skip to content

Commit 273c9a2

Browse files
authored
Merge pull request #6 from GolamRashed/master
Update README.md
2 parents aa71602 + 74bfa1d commit 273c9a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ on:
9090
jobs:
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

0 commit comments

Comments
 (0)