Skip to content

Commit

Permalink
use github hosted arm runners in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jan 16, 2025
1 parent df983f9 commit 736f221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:
matrix:
IMAGE:
- {IMAGE: "alpine", TOXENV: "py312", RUNNER: "ubuntu-latest"}
- {IMAGE: "alpine:aarch64", TOXENV: "py312", RUNNER: [self-hosted, Linux, ARM64]}
- {IMAGE: "ubuntu-rolling:aarch64", TOXENV: "py312", RUNNER: [self-hosted, Linux, ARM64]}
- {IMAGE: "alpine:aarch64", TOXENV: "py312", RUNNER: "ubuntu-24.04-arm"}
- {IMAGE: "ubuntu-rolling:aarch64", TOXENV: "py312", RUNNER: "ubuntu-24.04-arm"}
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
steps:
- name: Ridiculous alpine workaround for actions support on arm64
Expand Down

0 comments on commit 736f221

Please sign in to comment.