Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ on:

jobs:
prepare:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
matrix: ${{ steps.platforms.outputs.matrix }}
steps:
Expand All@@ -37,7 +37,7 @@ jobs:
echo ${{ steps.platforms.outputs.matrix }}

build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- prepare
strategy:
Expand DownExpand Up@@ -90,7 +90,7 @@ jobs:
if-no-files-found: error

bin-image:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ github.event_name != 'pull_request' && github.repository == 'docker/cli' }}
steps:
-
Expand DownExpand Up@@ -134,7 +134,7 @@ jobs:
*.cache-to=type=gha,scope=bin-image,mode=max

prepare-plugins:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
matrix: ${{ steps.platforms.outputs.matrix }}
steps:
Expand All@@ -152,7 +152,7 @@ jobs:
echo ${{ steps.platforms.outputs.matrix }}

plugins:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- prepare-plugins
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,7 @@ on:

jobs:
e2e:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,7 @@ on:

jobs:
ctn:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,7 @@ on:

jobs:
validate:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All@@ -37,7 +37,7 @@ jobs:

# check that the generated Markdown and the checked-in files match
validate-md:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout
Expand All@@ -57,7 +57,7 @@ jobs:
fi

validate-make:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down