Skip to content

Commit

Permalink
ci: use x86_64 brew on x86_64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 21, 2024
1 parent e44700a commit d56ff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
archive: tar.gz
bootstrap: |
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
arch -x86_64 /usr/local/bin/brew brew install openssl@3
arch -x86_64 /usr/local/bin/brew install openssl@3
echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/runner/.bash_profile
echo "OPENSSL_DIR=$(/usr/local/bin/brew --prefix openssl@3)" >> $GITHUB_ENV
- target: aarch64-apple-darwin
Expand Down

0 comments on commit d56ff05

Please sign in to comment.