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 f0fafe9 commit 2b968cb
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 @@ -35,7 +35,7 @@ jobs:
- target: x86_64-apple-darwin
runner: macos-latest
archive: tar.gz
bootstrap: arch -x86_64 /usr/local/bin/brew brew install openssl@3 && echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
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 && echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
- target: aarch64-apple-darwin
runner: macos-latest
archive: tar.gz
Expand Down

0 comments on commit 2b968cb

Please sign in to comment.