Browse code

gha: use "ubuntu-24.04" instead of "ubuntu-latest"

To be more explicit on what we're using.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2024/10/13 00:47:58
Showing 2 changed files
... ...
@@ -203,7 +203,7 @@ jobs:
203 203
           retention-days: 1
204 204
 
205 205
   unit-test-report:
206
-    runs-on: ubuntu-latest
206
+    runs-on: ubuntu-24.04
207 207
     timeout-minutes: 120 # guardrails timeout for the whole job
208 208
     if: always()
209 209
     needs:
... ...
@@ -230,7 +230,7 @@ jobs:
230 230
           find /tmp/artifacts -type f -name '*-go-test-report.json' -exec teststat -markdown {} \+ >> $GITHUB_STEP_SUMMARY
231 231
 
232 232
   integration-test-prepare:
233
-    runs-on: ubuntu-latest
233
+    runs-on: ubuntu-24.04
234 234
     timeout-minutes: 120 # guardrails timeout for the whole job
235 235
     outputs:
236 236
       matrix: ${{ steps.tests.outputs.matrix }}
... ...
@@ -524,7 +524,7 @@ jobs:
524 524
           retention-days: 1
525 525
 
526 526
   integration-test-report:
527
-    runs-on: ubuntu-latest
527
+    runs-on: ubuntu-24.04
528 528
     timeout-minutes: 120 # guardrails timeout for the whole job
529 529
     continue-on-error: ${{ inputs.storage == 'snapshotter' && github.event_name != 'pull_request' }}
530 530
     if: always()
... ...
@@ -69,7 +69,7 @@ jobs:
69 69
           find ${{ env.DESTDIR }} -type f -exec file -e ascii -- {} +
70 70
 
71 71
   prepare-cross:
72
-    runs-on: ubuntu-latest
72
+    runs-on: ubuntu-24.04
73 73
     timeout-minutes: 20 # guardrails timeout for the whole job
74 74
     needs:
75 75
       - validate-dco