Do not intall Rosetta with brew

This commit is contained in:
halprin 2024-12-15 18:48:29 -07:00
parent fd8909296a
commit b9fb1aa2b8
No known key found for this signature in database
GPG Key ID: 13654EE1A3F4E6CD

View File

@ -72,8 +72,6 @@ jobs:
if: ${{ matrix.os.name == 'macOS-Intel' }}
shell: arch -x86_64 /bin/bash -e {0}
run: |
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
echo "MACOS_ARCH_COMMAND=arch -x86_64" >> $GITHUB_ENV
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Install macOS ARM dependencies