Skip to content

Commit 36ebf82

Browse files
committed
workflows: switch ARM jobs to publicly-available runners
Drop the paid runners. https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent f670cb5 commit 36ebf82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{ matrix.os }}
4343
strategy:
4444
matrix:
45-
os: [ubuntu-latest, ubuntu-24.04-aarch64, macos-latest]
45+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
4646
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
4747
openslide: [system, wheel]
4848
include:
@@ -96,7 +96,7 @@ jobs:
9696
echo OS_ARCH_TAG=linux-x86_64 >> $GITHUB_ENV
9797
sudo apt-get install libopenslide0
9898
;;
99-
ubuntu-24.04-aarch64)
99+
ubuntu-24.04-arm)
100100
echo OS_ARCH_TAG=linux-aarch64 >> $GITHUB_ENV
101101
sudo apt-get install libopenslide0
102102
;;

0 commit comments

Comments
 (0)