Skip to content

Commit

Permalink
Merge pull request #315 from bgilbert/arm
Browse files Browse the repository at this point in the history
workflows: switch ARM jobs to publicly-available runners
  • Loading branch information
bgilbert authored Jan 16, 2025
2 parents f670cb5 + 36ebf82 commit 3ac147e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04-aarch64, macos-latest]
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
openslide: [system, wheel]
include:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
echo OS_ARCH_TAG=linux-x86_64 >> $GITHUB_ENV
sudo apt-get install libopenslide0
;;
ubuntu-24.04-aarch64)
ubuntu-24.04-arm)
echo OS_ARCH_TAG=linux-aarch64 >> $GITHUB_ENV
sudo apt-get install libopenslide0
;;
Expand Down

0 comments on commit 3ac147e

Please sign in to comment.