Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runner: blacksmith-4vcpu-ubuntu-2404-arm
deb: true
- target: aarch64-apple-darwin # Apple Silicon
runner: macos-14
runner: macos-26
steps:
- uses: actions/checkout@v6

Expand All @@ -40,15 +40,6 @@ jobs:
sudo apt-get install -y \
build-essential cmake clang pkg-config libssl-dev mold

# openssl-sys needs Homebrew OpenSSL; bindgen/clang-sys need libclang from
# the (keg-only) llvm formula, found via LIBCLANG_PATH.
- name: Install build dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install llvm pkg-config openssl@3
echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> "$GITHUB_ENV"
echo "LIBCLANG_PATH=$(brew --prefix llvm)/lib" >> "$GITHUB_ENV"

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand Down
Loading