Skip to content

Commit 41d3351

Browse files
Merge pull request #512 from step-security/varunsh-coder-patch-3
Update runs-on.yml
2 parents 0f3c98a + 27a99db commit 41d3351

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/runs-on.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on:
99
- runs-on=${{ github.run_id }}
1010
- runner=2cpu-linux-x64
11-
- image=ubuntu22-stepsecurity-x64
11+
- image=ubuntu24-stepsecurity-x64
1212
steps:
1313
- name: Harden Runner
1414
uses: step-security/harden-runner@rc
@@ -37,7 +37,7 @@ jobs:
3737
runs-on:
3838
- runs-on=${{ github.run_id }}
3939
- runner=2cpu-linux-x64
40-
- image=ubuntu22-stepsecurity-x64
40+
- image=ubuntu24-stepsecurity-x64
4141
steps:
4242
- name: Harden Runner
4343
uses: step-security/harden-runner@rc
@@ -83,7 +83,7 @@ jobs:
8383
runs-on:
8484
- runs-on=${{ github.run_id }}
8585
- runner=2cpu-linux-x64
86-
- image=ubuntu22-stepsecurity-x64
86+
- image=ubuntu24-stepsecurity-x64
8787
steps:
8888
- name: Harden Runner
8989
uses: step-security/harden-runner@rc
@@ -131,7 +131,7 @@ jobs:
131131
runs-on:
132132
- runs-on=${{ github.run_id }}
133133
- runner=2cpu-linux-x64
134-
- image=ubuntu22-stepsecurity-x64
134+
- image=ubuntu24-stepsecurity-x64
135135
steps:
136136
- name: Harden Runner
137137
uses: step-security/harden-runner@rc
@@ -173,4 +173,4 @@ jobs:
173173
# Stop the container
174174
docker stop long-running-container
175175
176-
176+

0 commit comments

Comments
 (0)