Skip to content

Commit 71b53cb

Browse files
authored
Update ci.yml
1 parent 94c7914 commit 71b53cb

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
@@ -297,14 +297,13 @@ jobs:
297297
WINDOWS:
298298
- {ARCH: 'x86', WINDOWS: 'win32', RUNNER: 'windows-latest'}
299299
- {ARCH: 'x64', WINDOWS: 'win64', RUNNER: 'windows-latest'}
300-
# TODO: win32 + arm64? wat?
301-
- {ARCH: 'arm64', WINDOWS: 'win32', RUNNER: 'windows-11-arm'}
300+
- {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'}
302301
PYTHON:
303302
- {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
304303
- {VERSION: "3.13", NOXSESSION: "tests"}
305304
exclude:
306305
- PYTHON: {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
307-
WINDOWS: {ARCH: 'arm64', WINDOWS: 'win32', RUNNER: 'windows-11-arm'}
306+
WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'}
308307
timeout-minutes: 15
309308
steps:
310309
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)