Skip to content

Commit 0f486e0

Browse files
authored
use github hosted arm runners in ci (#951)
1 parent 2f2ad92 commit 0f486e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138
matrix:
139139
IMAGE:
140140
- {IMAGE: "alpine", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
141-
- {IMAGE: "alpine:aarch64", NOXSESSION: "tests", RUNNER: [self-hosted, Linux, ARM64]}
142-
- {IMAGE: "ubuntu-rolling:aarch64", NOXSESSION: "tests", RUNNER: [self-hosted, Linux, ARM64]}
141+
- {IMAGE: "alpine:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"}
142+
- {IMAGE: "ubuntu-rolling:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"}
143143
name: "${{ matrix.IMAGE.NOXSESSION }} on ${{ matrix.IMAGE.IMAGE }}"
144144
steps:
145145
- name: Ridiculous alpine workaround for actions support on arm64

0 commit comments

Comments
 (0)