Skip to content

Commit 5376d7c

Browse files
committed
ci: update runner os to ubuntu 22.04
Signed-off-by: CrazyMax <[email protected]>
1 parent 3187d2d commit 5376d7c

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535

3636
jobs:
3737
prepare:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-22.04
3939
outputs:
4040
pkgs: ${{ steps.set.outputs.pkgs }}
4141
kinds: ${{ steps.set.outputs.kinds }}
@@ -99,7 +99,7 @@ jobs:
9999
*.cache-to=type=gha,scope=${{ inputs.cache_scope }}
100100
101101
run:
102-
runs-on: ubuntu-20.04
102+
runs-on: ubuntu-22.04
103103
needs:
104104
- prepare
105105
strategy:

.github/workflows/buildkit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
typ: integration
5555
5656
prepare:
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-22.04
5858
outputs:
5959
tag: ${{ steps.prep.outputs.tag }}
6060
push: ${{ steps.prep.outputs.push }}
@@ -87,7 +87,7 @@ jobs:
8787
echo "platforms=$platforms" >>${GITHUB_OUTPUT}
8888
8989
binaries:
90-
runs-on: ubuntu-20.04
90+
runs-on: ubuntu-22.04
9191
needs:
9292
- prepare
9393
strategy:
@@ -136,7 +136,7 @@ jobs:
136136
if-no-files-found: error
137137

138138
image:
139-
runs-on: ubuntu-20.04
139+
runs-on: ubuntu-22.04
140140
needs:
141141
- prepare
142142
- test
@@ -181,7 +181,7 @@ jobs:
181181
CACHE_TO: type=gha,scope=image${{ matrix.target-stage }}
182182

183183
release:
184-
runs-on: ubuntu-20.04
184+
runs-on: ubuntu-22.04
185185
needs:
186186
- prepare
187187
- test

.github/workflows/buildx-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535

3636
jobs:
3737
create:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-22.04
3939
strategy:
4040
fail-fast: false
4141
matrix:

.github/workflows/dockerd.yml

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

1717
jobs:
1818
prepare:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
steps:
2121
-
2222
name: Prepare
@@ -70,7 +70,7 @@ jobs:
7070
if-no-files-found: error
7171

7272
test:
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-22.04
7474
needs:
7575
- prepare
7676
strategy:

.github/workflows/frontend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
codecov_flags: dockerfile-frontend
3838

3939
prepare:
40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-22.04
4141
if: github.event_name != 'schedule'
4242
outputs:
4343
typ: ${{ steps.prep.outputs.typ }}
@@ -71,7 +71,7 @@ jobs:
7171
fi
7272
7373
image:
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-22.04
7575
needs:
7676
- test
7777
- prepare
@@ -121,7 +121,7 @@ jobs:
121121
CACHE_TO: type=gha,scope=${{ env.CACHE_SCOPE }}
122122

123123
release:
124-
runs-on: ubuntu-20.04
124+
runs-on: ubuntu-22.04
125125
if: startsWith(github.ref, 'refs/tags/dockerfile')
126126
needs:
127127
- prepare

.github/workflows/test-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os:
34-
# - ubuntu-20.04
34+
# - ubuntu-22.04
3535
# - macOS-11
3636
- windows-2022
3737
steps:

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
prepare:
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-22.04
2525
outputs:
2626
targets: ${{ steps.targets.outputs.matrix }}
2727
steps:
@@ -35,7 +35,7 @@ jobs:
3535
echo "matrix=$(docker buildx bake validate --print | jq -cr '.group.validate.targets')" >> $GITHUB_OUTPUT
3636
3737
validate:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-22.04
3939
needs:
4040
- prepare
4141
strategy:

0 commit comments

Comments
 (0)