Skip to content

Commit ee4a9a8

Browse files
authored
use ubuntu rolling in arm64 CI (#784)
* use ubuntu rolling in arm64 CI * Update ci.yml
1 parent 7d2474f commit ee4a9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
IMAGE:
145145
- {IMAGE: "alpine", TOXENV: "py311", RUNNER: "ubuntu-latest"}
146146
- {IMAGE: "alpine:aarch64", TOXENV: "py311", RUNNER: [self-hosted, Linux, ARM64]}
147-
- {IMAGE: "ubuntu-jammy:aarch64", TOXENV: "py310", RUNNER: [self-hosted, Linux, ARM64]}
147+
- {IMAGE: "ubuntu-rolling:aarch64", TOXENV: "py312", RUNNER: [self-hosted, Linux, ARM64]}
148148
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
149149
steps:
150150
- name: Ridiculous alpine workaround for actions support on arm64

0 commit comments

Comments
 (0)