Skip to content

Commit 76c4d24

Browse files
committed
Bump Ubuntu build image
1 parent be6ecff commit 76c4d24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
arch:
42-
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
43-
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
44-
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
45-
- { target: i686-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
42+
- { target: aarch64-unknown-linux-gnu , os: ubuntu-24.04 , use-cross: true }
43+
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-24.04 , use-cross: true }
44+
- { target: i686-unknown-linux-gnu , os: ubuntu-24.04 , use-cross: true }
45+
- { target: i686-unknown-linux-musl , os: ubuntu-24.04 , use-cross: true }
4646
# Note x86 does not appear to be supported past macos-13: https://github.com/actions/runner-images/issues/9741
4747
- { target: x86_64-apple-darwin , os: macos-13 }
4848
- { target: aarch64-apple-darwin , os: macos-14 }
4949
- { target: x86_64-pc-windows-msvc , os: windows-2019 , suffix: .exe }
50-
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
51-
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
50+
- { target: x86_64-unknown-linux-gnu , os: ubuntu-24.04 }
51+
- { target: x86_64-unknown-linux-musl , os: ubuntu-24.04 , use-cross: true }
5252
steps:
5353
- uses: actions/checkout@v3
5454
- name: Extract crate information

0 commit comments

Comments
 (0)