Skip to content

Commit 91766ae

Browse files
committed
x64 windows, not x86
1 parent d9b92fe commit 91766ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: contains(github.event.release.name, 'Python')
4242
strategy:
4343
matrix:
44-
target: [ x86 ]
44+
target: [ x64 ]
4545
steps:
4646
- uses: actions/checkout@v3
4747
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)