File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ jobs:
251251
252252 windows :
253253 # https://github.com/actions/runner-images/issues/12034 Python 3.8.10 is no longer available on windows-2022
254- runs-on : windows-2022
254+ runs-on : windows-2025
255255 strategy :
256256 matrix :
257257 arch : [x86, x64]
@@ -266,6 +266,7 @@ jobs:
266266 aws-region : ${{ env.AWS_DEFAULT_REGION }}
267267 - name : Build ${{ env.PACKAGE_NAME }} + consumers
268268 run : |
269+ where python
269270 python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
270271 python builder.pyz build -p ${{ env.PACKAGE_NAME }} --python "C:\\hostedtoolcache\\windows\\Python\\3.9.13\\${{ matrix.arch }}\\python.exe"
271272
You can’t perform that action at this time.
0 commit comments