mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Update remaining Ubuntu 20.04 uses to 22.04 and 24.04
Signed-off-by: Derek McGowan <derek@mcg.dev>
(cherry picked from commit 45f9d679f8)
Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
# Conflicts:
# .github/workflows/.test.yml
This commit is contained in:
committed by
Andrey Epifanov
parent
06ef6f04fd
commit
c1992d0de0
4
.github/workflows/.test.yml
vendored
4
.github/workflows/.test.yml
vendored
@@ -163,7 +163,7 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
integration-flaky:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 120 # guardrails timeout for the whole job
|
||||
continue-on-error: ${{ github.event_name != 'pull_request' }}
|
||||
steps:
|
||||
@@ -350,7 +350,7 @@ jobs:
|
||||
echo ${{ steps.tests.outputs.matrix }}
|
||||
|
||||
integration-cli:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 120 # guardrails timeout for the whole job
|
||||
continue-on-error: ${{ github.event_name != 'pull_request' }}
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user