Skip to content

Commit

Permalink
use ubuntu rolling in arm64 CI (#784)
Browse files Browse the repository at this point in the history
* use ubuntu rolling in arm64 CI

* Update ci.yml
  • Loading branch information
alex authored Apr 30, 2024
1 parent 7d2474f commit ee4a9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee4a9a8

Please sign in to comment.