Skip to content

Commit 38119dc

Browse files
committed
properly exclude windows 11 arm 3.9 / 3.10 builds
1 parent 1c7e692 commit 38119dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,10 @@ jobs:
354354
interpreter: "3.9"
355355
# windows 11 arm only supported from 3.11 and up
356356
- platform:
357-
os: windows
358-
runs-on: windows-11-arm
357+
os: windows-arm
359358
interpreter: "3.9"
360359
- platform:
361-
os: windows
362-
runs-on: windows-11-arm
360+
os: windows-arm
363361
interpreter: "3.10"
364362

365363
runs-on: ${{ matrix.platform.runs-on }}

0 commit comments

Comments
 (0)