Skip to content

Commit 0eacda7

Browse files
authored
macos-14 switches to arm64, thanks Github
1 parent 8dd6cd7 commit 0eacda7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
360359
#brew install [email protected]
361360
#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

0 commit comments

Comments
 (0)