From b9fb1aa2b8271d17a1e94f192596b052219d5301 Mon Sep 17 00:00:00 2001 From: halprin Date: Sun, 15 Dec 2024 18:48:29 -0700 Subject: [PATCH] Do not intall Rosetta with brew --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25a484f4..49f3f4d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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