Skip to content

Commit 680abfd

Browse files
committed
gha: update linux runners to Ubuntu 22.04 LTS
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a1bd689 commit 680abfd

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
prepare:
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
outputs:
2424
matrix: ${{ steps.platforms.outputs.matrix }}
2525
steps:
@@ -37,7 +37,7 @@ jobs:
3737
echo ${{ steps.platforms.outputs.matrix }}
3838
3939
build:
40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-22.04
4141
needs:
4242
- prepare
4343
strategy:
@@ -90,7 +90,7 @@ jobs:
9090
if-no-files-found: error
9191

9292
bin-image:
93-
runs-on: ubuntu-20.04
93+
runs-on: ubuntu-22.04
9494
if: ${{ github.event_name != 'pull_request' && github.repository == 'docker/cli' }}
9595
steps:
9696
-
@@ -134,7 +134,7 @@ jobs:
134134
*.cache-to=type=gha,scope=bin-image,mode=max
135135
136136
prepare-plugins:
137-
runs-on: ubuntu-20.04
137+
runs-on: ubuntu-22.04
138138
outputs:
139139
matrix: ${{ steps.platforms.outputs.matrix }}
140140
steps:
@@ -152,7 +152,7 @@ jobs:
152152
echo ${{ steps.platforms.outputs.matrix }}
153153
154154
plugins:
155-
runs-on: ubuntu-20.04
155+
runs-on: ubuntu-22.04
156156
needs:
157157
- prepare-plugins
158158
strategy:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
e2e:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
strategy:
2121
fail-fast: false
2222
matrix:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
ctn:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
steps:
2121
-
2222
name: Checkout

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
validate:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
strategy:
2121
fail-fast: false
2222
matrix:
@@ -37,7 +37,7 @@ jobs:
3737

3838
# check that the generated Markdown and the checked-in files match
3939
validate-md:
40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-22.04
4141
steps:
4242
-
4343
name: Checkout
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
5959
validate-make:
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-22.04
6161
strategy:
6262
fail-fast: false
6363
matrix:

0 commit comments

Comments
 (0)