Skip to content

Commit c72dcb5

Browse files
committed
Update all CI jobs from ubuntu-20.04 to 24.04
1 parent bcd7f47 commit c72dcb5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,48 +21,48 @@ jobs:
2121
matrix:
2222
platform:
2323
- os-name: FreeBSD-x86_64
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2525
target: x86_64-unknown-freebsd
2626
name: omegasort-FreeBSD-x86_64.tar.gz
2727
skip-tests: true
2828
- os-name: Linux-x86_64
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-24.04
3030
target: x86_64-unknown-linux-musl
3131
name: omegasort-Linux-x86_64-musl.tar.gz
3232
- os-name: Linux-aarch64
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-24.04
3434
target: aarch64-unknown-linux-musl
3535
name: omegasort-Linux-aarch64-musl.tar.gz
3636
- os-name: Linux-arm
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-24.04
3838
target: arm-unknown-linux-musleabi
3939
name: omegasort-Linux-arm-musl.tar.gz
4040
- os-name: Linux-i686
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-24.04
4242
target: i686-unknown-linux-musl
4343
name: omegasort-Linux-i686-musl.tar.gz
4444
- os-name: Linux-powerpc
45-
runs-on: ubuntu-20.04
45+
runs-on: ubuntu-24.04
4646
target: powerpc-unknown-linux-gnu
4747
name: omegasort-Linux-powerpc-gnu.tar.gz
4848
- os-name: Linux-powerpc64
49-
runs-on: ubuntu-20.04
49+
runs-on: ubuntu-24.04
5050
target: powerpc64-unknown-linux-gnu
5151
name: omegasort-Linux-powerpc64-gnu.tar.gz
5252
- os-name: Linux-powerpc64le
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-24.04
5454
target: powerpc64le-unknown-linux-gnu
5555
name: omegasort-Linux-powerpc64le.tar.gz
5656
- os-name: Linux-riscv64
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-24.04
5858
target: riscv64gc-unknown-linux-gnu
5959
name: omegasort-Linux-riscv64gc-gnu.tar.gz
6060
- os-name: Linux-s390x
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-24.04
6262
target: s390x-unknown-linux-gnu
6363
name: omegasort-Linux-s390x-gnu.tar.gz
6464
- os-name: NetBSD-x86_64
65-
runs-on: ubuntu-20.04
65+
runs-on: ubuntu-24.04
6666
target: x86_64-unknown-netbsd
6767
name: omegasort-NetBSD-x86_64.tar.gz
6868
skip-tests: true
@@ -92,12 +92,12 @@ jobs:
9292
include:
9393
- platform:
9494
os-name: Linux-x86_64
95-
runs-on: ubuntu-20.04
95+
runs-on: ubuntu-24.04
9696
target: x86_64-unknown-linux-musl
9797
toolchain: beta
9898
- platform:
9999
os-name: Linux-x86_64
100-
runs-on: ubuntu-20.04
100+
runs-on: ubuntu-24.04
101101
target: x86_64-unknown-linux-musl
102102
toolchain: nightly
103103
steps:

0 commit comments

Comments
 (0)