Skip to content

Commit a0e7e8d

Browse files
Add Ubuntu and Windows ARM runners to CI
1 parent 124c6ca commit a0e7e8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: [ubuntu-latest, windows-latest, macos-15-intel]
56+
os: [ubuntu-latest, windows-latest, macos-15-intel, ubuntu-24.04-arm, windows-11-arm]
5757
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313]
5858

5959

@@ -140,7 +140,7 @@ jobs:
140140
fail-fast: false
141141
matrix:
142142
os: [ubuntu-latest, windows-latest, macos-15-intel]
143-
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313]
143+
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313, ubuntu-24.04-arm, windows-11-arm]
144144

145145
exclude:
146146
# Exclude Windows + Python 3.9 as p4p can't build there, due to numpy bug #27224

0 commit comments

Comments
 (0)