Skip to content

Commit

Permalink
fix(ci): Update workers to latest versions
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Jun 29, 2023
1 parent 9df5f87 commit 57aab5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57aab5e

Please sign in to comment.