Skip to content

Commit d41f638

Browse files
committed
Update ci.yml
1 parent 920e43c commit d41f638

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,13 @@ jobs:
347347
WINDOWS:
348348
- {ARCH: 'x86', WINDOWS: 'win32', RUNNER: 'windows-latest'}
349349
- {ARCH: 'x64', WINDOWS: 'win64', RUNNER: 'windows-latest'}
350-
# TODO: win32 + arm64? wat?
351-
- {ARCH: 'arm64', WINDOWS: 'win32', RUNNER: 'windows-11-arm'}
350+
- {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'}
352351
PYTHON:
353352
- {VERSION: "3.8", NOXSESSION: "tests-nocoverage"}
354353
- {VERSION: "3.13", NOXSESSION: "tests"}
355354
exclude:
356355
- PYTHON: {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
357-
WINDOWS: {ARCH: 'arm64', WINDOWS: 'win32', RUNNER: 'windows-11-arm'}
356+
WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'}
358357
timeout-minutes: 15
359358
steps:
360359
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)