File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ environment:
2121 PYTHON_V : 3.13
2222 # Upgrade to specific version (for platforms supporting upgrade). Upgrade skipped if env var is missing or blank.
2323 PYUPGRADE_WIN_V : 3.13.5
24- # PYUPGRADE_MACOS_V: 3.12.1
24+ # PYUPGRADE_MACOS_V: 3.12.1 # when upgrading see the notes in the deploy phase
2525
2626 matrix :
2727 - job_name : windows_legacy
@@ -247,14 +247,14 @@ for:
247247 # we upgrade libidn2 and curl to prevent issues caused by the previous python update
248248 # on running curl for later upload (libunistring.2.dylib not found)
249249 # this is done here after generating the build to prevent SSL issues
250- - brew upgrade libidn2 # 2.3.4 -> 2.3.4_1
250+ # ...at present python is not updated so we can skip this and save the time
251+ # - brew upgrade libidn2 # 2.3.4 -> 2.3.4_1
251252 - ../.ci/upload.sh artisan-*.dmg
252253
253- # # uncomment this section for vnc or ssh connection to the build image
254+ # # uncomment this section for ssh connection to the build image
254255# on_finish:
255- # - sh: export APPVEYOR_VNC_BLOCK=true
256- # - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-vnc.sh' | bash -e -
257- # #- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
256+ # - sh: export APPVEYOR_SSH_BLOCK=true
257+ # - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
258258
259259
260260-
You can’t perform that action at this time.
0 commit comments