From 0f486e0bedc04d732e7ef3f586cda54c601ad9de Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 17 Jan 2025 21:22:59 -0500 Subject: [PATCH] use github hosted arm runners in ci (#951) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac216da0..58540c5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,8 +138,8 @@ jobs: matrix: IMAGE: - {IMAGE: "alpine", NOXSESSION: "tests", RUNNER: "ubuntu-latest"} - - {IMAGE: "alpine:aarch64", NOXSESSION: "tests", RUNNER: [self-hosted, Linux, ARM64]} - - {IMAGE: "ubuntu-rolling:aarch64", NOXSESSION: "tests", RUNNER: [self-hosted, Linux, ARM64]} + - {IMAGE: "alpine:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"} + - {IMAGE: "ubuntu-rolling:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"} name: "${{ matrix.IMAGE.NOXSESSION }} on ${{ matrix.IMAGE.IMAGE }}" steps: - name: Ridiculous alpine workaround for actions support on arm64