We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b0fb6 commit 194b07bCopy full SHA for 194b07b
1 file changed
.github/workflows/ci.yml
@@ -266,7 +266,7 @@ jobs:
266
- name: Build ${{ env.PACKAGE_NAME }} + consumers
267
run: |
268
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
269
- python builder.pyz build -p ${{ env.PACKAGE_NAME }} --python "C:\\hostedtoolcache\\windows\\Python\\3.9.13\\${{ matrix.arch }}\\python.exe"
+ python builder.pyz build -p ${{ env.PACKAGE_NAME }} --python "C:\\hostedtoolcache\\windows\\Python\\3.10.11\\${{ matrix.arch }}\\python.exe"
270
271
macos:
272
runs-on: macos-14 # latest
0 commit comments