Skip to content

Commit 194b07b

Browse files
committed
Try python 3.10.11
1 parent d1b0fb6 commit 194b07b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
- name: Build ${{ env.PACKAGE_NAME }} + consumers
267267
run: |
268268
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"
269+
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --python "C:\\hostedtoolcache\\windows\\Python\\3.10.11\\${{ matrix.arch }}\\python.exe"
270270
271271
macos:
272272
runs-on: macos-14 # latest

0 commit comments

Comments
 (0)