@@ -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