Skip to content

Commit 1458bff

Browse files
authored
Replace ubuntu-20.04 with ubuntu-22.04 as the old one is removed in CI. (#2045)
Signed-off-by: Ye Cao <[email protected]>
1 parent a809f30 commit 1458bff

11 files changed

+18
-18
lines changed

.github/workflows/build-archlinux-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
image: archlinux:latest
3030
strategy:
3131
matrix:
32-
os: [ubuntu-20.04]
32+
os: [ubuntu-22.04]
3333

3434
steps:
3535
- name: Install Dependencies for Linux

.github/workflows/build-centos-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
image: centos:latest
3030
strategy:
3131
matrix:
32-
os: [ubuntu-20.04]
32+
os: [ubuntu-22.04]
3333
steps:
3434
- name: Get time
3535
run: |

.github/workflows/build-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
if: ${{ github.repository == 'v6d-io/v6d' || github.event_name == 'workflow_dispatch' }}
3232
strategy:
3333
matrix:
34-
os: [ubuntu-20.04, macos-11]
34+
os: [ubuntu-22.04, macos-11]
3535
arrow: [none, 6.0.1-1, 9.0.0-1, 10.0.1-1]
3636
exclude:
37-
- os: ubuntu-20.04
37+
- os: ubuntu-22.04
3838
arrow: none
3939
- os: macos-11
4040
arrow: 6.0.1-1

.github/workflows/build-test-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ github.repository == 'v6d-io/v6d' }}
4242
strategy:
4343
matrix:
44-
os: [ubuntu-20.04]
44+
os: [ubuntu-22.04]
4545
malloc: [dlmalloc]
4646
metadata: [etcd]
4747
env:

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ github.repository == 'v6d-io/v6d' }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-20.04]
46+
os: [ubuntu-22.04]
4747
metadata: [local, etcd, redis] # disable redis for now as it seems has some nondeterministic bugs
4848
exclude:
4949
- metadata: local

.github/workflows/build-vineyardd-and-wheels-linux.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.repository == 'v6d-io/v6d' || github.event_name == 'workflow_dispatch' }}
3131
strategy:
3232
matrix:
33-
os: [ubuntu-20.04]
33+
os: [ubuntu-22.04]
3434
platform: [x86_64, aarch64]
3535

3636
steps:
@@ -107,7 +107,7 @@ jobs:
107107
if: ${{ github.repository == 'v6d-io/v6d' || github.event_name == 'workflow_dispatch' }}
108108
strategy:
109109
matrix:
110-
os: [ubuntu-20.04]
110+
os: [ubuntu-22.04]
111111

112112
steps:
113113
- uses: actions/checkout@v3
@@ -147,7 +147,7 @@ jobs:
147147
if: ${{ github.repository == 'v6d-io/v6d' || github.event_name == 'workflow_dispatch' }}
148148
strategy:
149149
matrix:
150-
os: [ubuntu-20.04]
150+
os: [ubuntu-22.04]
151151
platform: [x86_64, aarch64]
152152

153153
steps:
@@ -197,7 +197,7 @@ jobs:
197197
if: ${{ github.repository == 'v6d-io/v6d' || github.event_name == 'workflow_dispatch' }}
198198
strategy:
199199
matrix:
200-
os: [ubuntu-20.04]
200+
os: [ubuntu-22.04]
201201

202202
steps:
203203
- uses: actions/checkout@v3
@@ -236,7 +236,7 @@ jobs:
236236
if: ${{ github.repository == 'v6d-io/v6d' || github.event_name == 'workflow_dispatch' }}
237237
strategy:
238238
matrix:
239-
os: [ubuntu-20.04]
239+
os: [ubuntu-22.04]
240240
platform: [x86_64, aarch64]
241241

242242
steps:
@@ -300,7 +300,7 @@ jobs:
300300
if: ${{ github.repository == 'v6d-io/v6d' || github.event_name == 'workflow_dispatch' }}
301301
strategy:
302302
matrix:
303-
os: [ubuntu-20.04]
303+
os: [ubuntu-22.04]
304304
platform: [x86_64, aarch64]
305305

306306
steps:
@@ -359,7 +359,7 @@ jobs:
359359
if: ${{ github.repository == 'v6d-io/v6d' || github.event_name == 'workflow_dispatch' }}
360360
strategy:
361361
matrix:
362-
os: [ubuntu-20.04]
362+
os: [ubuntu-22.04]
363363
platform: [x86_64, aarch64]
364364

365365
steps:

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: ${{ github.repository == 'v6d-io/v6d' }}
3838
strategy:
3939
matrix:
40-
os: [ubuntu-20.04]
40+
os: [ubuntu-22.04]
4141
permissions:
4242
issues: write
4343
pull-requests: write

.github/workflows/java-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ github.repository == 'v6d-io/v6d' }}
4343
strategy:
4444
matrix:
45-
os: [ubuntu-20.04]
45+
os: [ubuntu-22.04]
4646
malloc: [dlmalloc]
4747
metadata: [etcd]
4848
env:

.github/workflows/release-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.repository == 'v6d-io/v6d' }}
3131
strategy:
3232
matrix:
33-
os: [ubuntu-20.04]
33+
os: [ubuntu-22.04]
3434

3535
steps:
3636
- uses: actions/checkout@v3

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434

3535
jobs:
3636
check:
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-22.04
3838
if: ${{ github.repository == 'v6d-io/v6d' }}
3939
steps:
4040
- uses: actions/checkout@v3

.github/workflows/vineyard-operator.yaml

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

5252
jobs:
5353
ci:
54-
runs-on: ubuntu-20.04
54+
runs-on: ubuntu-22.04
5555
if: ${{ github.repository == 'v6d-io/v6d' }}
5656
strategy:
5757
fail-fast: false

0 commit comments

Comments
 (0)