File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020jobs :
2121 prepare :
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-22 .04
2323 outputs :
2424 matrix : ${{ steps.platforms.outputs.matrix }}
2525 steps :
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 :
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 :
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 e2e :
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 strategy :
2121 fail-fast : false
2222 matrix :
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 ctn :
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 steps :
2121 -
2222 name : Checkout
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 validate :
19- runs-on : ubuntu-20 .04
19+ runs-on : ubuntu-22 .04
2020 strategy :
2121 fail-fast : false
2222 matrix :
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
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 :
You can’t perform that action at this time.
0 commit comments