use ubuntu rolling in arm64 CI (#784)
* use ubuntu rolling in arm64 CI * Update ci.yml
This commit is contained in:
parent
7d2474faa5
commit
ee4a9a8dd1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user