From 57aab5e4cd6bfb0371d26a927a04448be06fa3a8 Mon Sep 17 00:00:00 2001 From: Alexander Gil Date: Thu, 29 Jun 2023 13:00:01 +0200 Subject: [PATCH] fix(ci): Update workers to latest versions Signed-off-by: Alexander Gil --- .github/workflows/rust.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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