use ubuntu rolling in arm64 CI (#784)

* use ubuntu rolling in arm64 CI

* Update ci.yml
This commit is contained in:
Alex Gaynor 2024-04-30 18:10:14 -04:00 committed by GitHub
parent 7d2474faa5
commit ee4a9a8dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ jobs:
IMAGE:
- {IMAGE: "alpine", TOXENV: "py311", RUNNER: "ubuntu-latest"}
- {IMAGE: "alpine:aarch64", TOXENV: "py311", RUNNER: [self-hosted, Linux, ARM64]}
- {IMAGE: "ubuntu-jammy:aarch64", TOXENV: "py310", RUNNER: [self-hosted, Linux, ARM64]}
- {IMAGE: "ubuntu-rolling:aarch64", TOXENV: "py312", RUNNER: [self-hosted, Linux, ARM64]}
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
steps:
- name: Ridiculous alpine workaround for actions support on arm64