File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242242 permissions :
243243 contents : read
244244 actions : write # For cleaning up cache
245- runs-on : macos-14
245+ runs-on : macos-14-large
246246
247247 steps :
248248 - uses : actions/checkout@v4
@@ -261,7 +261,6 @@ jobs:
261261 - name : Install Requirements
262262 run : |
263263 brew install coreutils
264- brew uninstall python3 aws-sam-cli pipx # aws-sam-cli and pipx depend on python3, so remove them both
265264 python3 -m venv ~/yt-dlp-build-venv
266265 source ~/yt-dlp-build-venv/bin/activate
267266 python3 devscripts/install_deps.py -o --include build
@@ -346,7 +345,7 @@ jobs:
346345 macos_legacy :
347346 needs : process
348347 if : inputs.macos_legacy
349- runs-on : macos-14
348+ runs-on : macos-14-large
350349
351350 steps :
352351 - uses : actions/checkout@v4
@@ -359,7 +358,6 @@ jobs:
359358 # Hack to get the latest patch version. Uncomment if needed
360359361360 #export PYTHON_VERSION=$( $(brew --prefix)/opt/[email protected] /bin/python3 --version | cut -d ' ' -f 2 ) 362- brew uninstall python3 aws-sam-cli pipx # aws-sam-cli and pipx depend on python3, so remove them both
363361 curl "https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-macos11.pkg" -o "python.pkg"
364362 sudo installer -pkg python.pkg -target /
365363 python3 --version
You can’t perform that action at this time.
0 commit comments