File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -297,14 +297,13 @@ jobs:
297
297
WINDOWS :
298
298
- {ARCH: 'x86', WINDOWS: 'win32', RUNNER: 'windows-latest'}
299
299
- {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'}
302
301
PYTHON :
303
302
- {VERSION: "3.7", NOXSESSION: "tests-nocoverage"}
304
303
- {VERSION: "3.13", NOXSESSION: "tests"}
305
304
exclude :
306
305
- 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'}
308
307
timeout-minutes : 15
309
308
steps :
310
309
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments