Skip to content

Commit 962aab6

Browse files
committed
ci: run tests on win_arm64
1 parent 87a13e2 commit 962aab6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,25 @@ concurrency:
1515

1616
jobs:
1717
pytest:
18-
runs-on: ${{ matrix.os }}-latest
18+
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
2121
os:
22-
- ubuntu
23-
- windows
24-
- macos
22+
- ubuntu-latest
23+
- windows-latest
24+
- windows-11-arm
25+
- macos-latest
2526
python:
2627
- '3.9'
2728
- '3.10'
2829
- '3.11'
2930
- '3.12'
3031
- '3.13'
32+
exclude:
33+
- os: windows-11-arm
34+
python: '3.9'
35+
- os: windows-11-arm
36+
python: '3.10'
3137
fail-fast: false
3238
steps:
3339
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)