diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8d2722e1..36180b26 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -87,11 +87,11 @@ jobs: fail-fast: false matrix: job: - - { os: ubuntu-20.04, target: arm-unknown-linux-gnueabihf, use-cross: true } - - { os: ubuntu-20.04, target: aarch64-unknown-linux-gnu, use-cross: true } - - { os: ubuntu-20.04, target: x86_64-unknown-linux-musl, use-cross: true } - - { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu, container: quay.io/pypa/manylinux2014_x86_64} - - { os: macos-10.15, target: x86_64-apple-darwin} + - { os: ubuntu-22.04, target: arm-unknown-linux-gnueabihf, use-cross: true } + - { os: ubuntu-22.04, target: aarch64-unknown-linux-gnu, use-cross: true } + - { os: ubuntu-22.04, target: x86_64-unknown-linux-musl, use-cross: true } + - { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu, container: quay.io/pypa/manylinux2014_x86_64} + - { os: macos-12, target: x86_64-apple-darwin} name: (${{ matrix.job.os }}) ${{ matrix.job.target }} runs-on: ${{ matrix.job.os }} # Use a container with GLIBC 2.17, make build compatible until that version