Skip to content

Commit 3ac147e

Browse files
authored
Merge pull request #315 from bgilbert/arm
workflows: switch ARM jobs to publicly-available runners
2 parents f670cb5 + 36ebf82 commit 3ac147e

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)