use direct arch

This commit is contained in:
halprin 2024-12-15 18:16:03 -07:00
parent f8d01651a5
commit 572070ad23
No known key found for this signature in database
GPG Key ID: 13654EE1A3F4E6CD

View File

@ -77,7 +77,7 @@ jobs:
if: ${{ matrix.os.preset == 'mac' && matrix.os.name == 'macOS-Intel' }}
run: |
eval "$(/usr/local/bin/brew shellenv)"
$MACOS_ARCH_COMMAND /usr/local/bin/brew bundle install
arch -x86_64 /usr/local/bin/brew bundle install
- name: Install Linux dependencies
if: ${{ matrix.os.runner == 'ubuntu-latest' }}