Skip to content

Commit bedb626

Browse files
committed
Update ci.yml
1 parent 0cdc939 commit bedb626

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,14 @@ jobs:
347347
WINDOWS:
348348
- {ARCH: 'x86', WINDOWS: 'win32', RUNNER: 'windows-latest'}
349349
- {ARCH: 'x64', WINDOWS: 'win64', RUNNER: 'windows-latest'}
350-
- {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'}
350+
# TODO: win32 + arm64? wat?
351+
- {ARCH: 'arm64', WINDOWS: 'win32', RUNNER: 'windows-11-arm'}
351352
PYTHON:
352353
- {VERSION: "3.8", NOXSESSION: "tests-nocoverage"}
353354
- {VERSION: "3.13", NOXSESSION: "tests"}
355+
exclude:
356+
- PYTHON: {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
357+
WINDOWS: {ARCH: 'arm64', WINDOWS: 'win32', RUNNER: 'windows-11-arm'}
354358
timeout-minutes: 15
355359
steps:
356360
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)