To be more explicit on what we're using.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -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() |