We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78d20a commit 8754b58Copy full SHA for 8754b58
1 file changed
.github/workflows/python-client-build.yml
@@ -135,8 +135,13 @@ jobs:
135
platform:
136
- runner: windows-latest
137
target: x64
138
+ python_arch: x64
139
140
target: x86
141
+ python_arch: x86
142
+ - runner: windows-11-arm
143
+ target: aarch64
144
+ python_arch: arm64
145
steps:
146
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
147
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
@@ -167,9 +172,9 @@ jobs:
167
172
strategy:
168
173
matrix:
169
174
170
- - runner: macos-13
175
+ - runner: macos-15-intel
171
176
target: x86_64
- - runner: macos-14
177
+ - runner: macos-latest
178
target: aarch64
179
180
0 commit comments