We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b92fe commit 91766aeCopy full SHA for 91766ae
.github/workflows/python_ci.yml
@@ -41,7 +41,7 @@ jobs:
41
if: contains(github.event.release.name, 'Python')
42
strategy:
43
matrix:
44
- target: [ x86 ]
+ target: [ x64 ]
45
steps:
46
- uses: actions/checkout@v3
47
- uses: actions/setup-python@v4
0 commit comments