Skip to content

Commit e2302ec

Browse files
committed
ci: add windows-11-arm
1 parent fcd7ec8 commit e2302ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-15]
18+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-15]
1919
python: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
2020
defaults:
2121
run:

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-15]
18+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-15]
1919
pyver: [cp310, cp311, cp312, cp313, cp314]
2020

2121
steps:

0 commit comments

Comments
 (0)