Skip to content

Commit 9b47edc

Browse files
CI: Expand CI with Linux Arm runners
1 parent ea61cb6 commit 9b47edc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ env:
2727

2828
jobs:
2929
test_pywavelets_linux:
30-
name: linux-cp${{ matrix.python-version }}-${{ matrix.OPTIONS_NAME }}
31-
runs-on: ubuntu-latest
30+
name: ${{ matrix.runs-on }}-cp${{ matrix.python-version }}-${{ matrix.OPTIONS_NAME }}
31+
runs-on: ${{ matrix.runs-on }}
3232
strategy:
3333
# Ensure that a wheel builder finishes even if another fails
3434
fail-fast: false
3535
matrix:
36+
runs-on: [ubuntu-latest, ubuntu-22.04-arm]
3637
python-version: ["3.10", "3.11", "3.12"]
3738
MINIMUM_REQUIREMENTS: [0]
3839
USE_SCIPY: [0]

0 commit comments

Comments
 (0)