Skip to content

Commit f46bc48

Browse files
committed
Default to 64 bits windows on CI
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent a2a1901 commit f46bc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/ci/azure-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
image_name: ''
44
python_versions: []
55
test_suites: {}
6-
python_architecture: x86
6+
python_architecture: x64
77

88
jobs:
99
- job: ${{ parameters.job_name }}

0 commit comments

Comments
 (0)