Skip to content

Commit 286e01e

Browse files
committed
WIP: test on Linux aarch64
- needs stable openslide-bin linux-aarch64 binaries
1 parent 6d469ff commit 286e01e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
needs: pre-commit
4242
runs-on: ${{ matrix.os }}
4343
strategy:
44+
# FIXME: for testing
45+
fail-fast: false
4446
matrix:
45-
os: [ubuntu-latest, macos-latest]
47+
os: [ubuntu-latest, ubuntu-24.04-aarch64, macos-latest]
4648
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
4749
openslide: [system, wheel]
4850
include:
@@ -92,11 +94,11 @@ jobs:
9294
if: matrix.openslide == 'system'
9395
run: |
9496
case "${{ matrix.os }}" in
95-
ubuntu-latest)
97+
ubuntu-*)
9698
echo OS_TAG=linux >> $GITHUB_ENV
9799
sudo apt-get install libopenslide0
98100
;;
99-
macos-latest)
101+
macos-*)
100102
echo OS_TAG=macos >> $GITHUB_ENV
101103
echo DYLD_LIBRARY_PATH=/opt/homebrew/lib >> $GITHUB_ENV
102104
brew install openslide

0 commit comments

Comments
 (0)