@@ -42,21 +42,21 @@ jobs:
4242 fail-fast : false
4343 matrix :
4444 include :
45- - { target: aarch64-unknown-linux-gnu , os: ubuntu-20 .04 }
46- - { target: armv7-unknown-linux-gnueabihf, os: ubuntu-20 .04 }
47- - { target: arm-unknown-linux-gnueabi , os: ubuntu-20 .04 }
48- - { target: arm-unknown-linux-musleabihf , os: ubuntu-20 .04 }
45+ - { target: aarch64-unknown-linux-gnu , os: ubuntu-22 .04 }
46+ - { target: armv7-unknown-linux-gnueabihf, os: ubuntu-22 .04 }
47+ - { target: arm-unknown-linux-gnueabi , os: ubuntu-22 .04 }
48+ - { target: arm-unknown-linux-musleabihf , os: ubuntu-22 .04 }
4949 - { target: i686-pc-windows-msvc , os: windows-2019 }
50- - { target: i686-unknown-linux-gnu , os: ubuntu-20 .04 }
51- - { target: i686-unknown-linux-musl , os: ubuntu-20 .04 }
50+ - { target: i686-unknown-linux-gnu , os: ubuntu-22 .04 }
51+ - { target: i686-unknown-linux-musl , os: ubuntu-22 .04 }
5252 - { target: x86_64-apple-darwin , os: macos-13 }
5353 - { target: aarch64-apple-darwin , os: macos-13 }
5454# fails in mimalloc, possibly mingw related, see:
5555# https://github.com/purpleprotocol/mimalloc_rust/issues/125
5656# - { target: x86_64-pc-windows-gnu , os: windows-2019 }
5757 - { target: x86_64-pc-windows-msvc , os: windows-2019 }
58- - { target: x86_64-unknown-linux-gnu , os: ubuntu-20 .04 }
59- - { target: x86_64-unknown-linux-musl , os: ubuntu-20 .04 }
58+ - { target: x86_64-unknown-linux-gnu , os: ubuntu-22 .04 }
59+ - { target: x86_64-unknown-linux-musl , os: ubuntu-22 .04 }
6060 steps :
6161 - uses : actions/checkout@v4
6262
0 commit comments