Skip to content

Commit 005989e

Browse files
committed
Switch to ubuntu-22.04 for CI runs-on
1 parent 9c98134 commit 005989e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,56 +18,56 @@ jobs:
1818
# - x86_64-unknown-illumos - weird error compiling openssl - "bin/sh: 1: granlib: not found"
1919

2020
- os-name: FreeBSD-x86_64
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
target: x86_64-unknown-freebsd
2323
skip_tests: true
2424
- os-name: Linux-x86_64
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
target: x86_64-unknown-linux-musl
2727
- os-name: Linux-x86_64 (rustls-native-roots)
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
target: x86_64-unknown-linux-musl
3030
features: rustls-tls-native-roots
3131
- os-name: Linux-x86_64 (native-tls)
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
# We need to use gnu or we cannot link against openssl.
3434
target: x86_64-unknown-linux-gnu
3535
features: native-tls
3636
- os-name: Linux-x86_64 (native-tls-vendored)
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-22.04
3838
target: x86_64-unknown-linux-musl
3939
features: native-tls-vendored
4040
- os-name: Linux-aarch64
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-22.04
4242
target: aarch64-unknown-linux-musl
4343
- os-name: Linux-arm
44-
runs-on: ubuntu-20.04
44+
runs-on: ubuntu-22.04
4545
target: arm-unknown-linux-musleabi
4646
- os-name: Linux-i686
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-22.04
4848
target: i686-unknown-linux-musl
4949
skip_tests: true
5050
- os-name: Linux-powerpc
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-22.04
5252
target: powerpc-unknown-linux-gnu
5353
skip_tests: true
5454
- os-name: Linux-powerpc64
55-
runs-on: ubuntu-20.04
55+
runs-on: ubuntu-22.04
5656
target: powerpc64-unknown-linux-gnu
5757
skip_tests: true
5858
- os-name: Linux-powerpc64le
59-
runs-on: ubuntu-20.04
59+
runs-on: ubuntu-22.04
6060
target: powerpc64le-unknown-linux-gnu
6161
skip_tests: true
6262
- os-name: Linux-riscv64
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-22.04
6464
target: riscv64gc-unknown-linux-gnu
6565
- os-name: Linux-s390x
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-22.04
6767
target: s390x-unknown-linux-gnu
6868
skip_tests: true
6969
- os-name: NetBSD-x86_64
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-22.04
7171
target: x86_64-unknown-netbsd
7272
skip_tests: true
7373
- os-name: Windows-aarch64
@@ -92,13 +92,13 @@ jobs:
9292
include:
9393
- platform:
9494
os-name: Linux-x86_64
95-
runs-on: ubuntu-20.04
95+
runs-on: ubuntu-22.04
9696
target: x86_64-unknown-linux-musl
9797
bin: ubi
9898
toolchain: beta
9999
- platform:
100100
os-name: Linux-x86_64
101-
runs-on: ubuntu-20.04
101+
runs-on: ubuntu-22.04
102102
target: x86_64-unknown-linux-musl
103103
bin: ubi
104104
toolchain: nightly
@@ -144,7 +144,7 @@ jobs:
144144

145145
test-alpine:
146146
name: Alpine Linux
147-
runs-on: ubuntu-20.04
147+
runs-on: ubuntu-22.04
148148
container:
149149
image: rust:alpine
150150
env:

0 commit comments

Comments
 (0)