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
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-14
- os: macos-latest
target: aarch64-apple-darwin
name: aegis-macos-arm64
- os: macos-13
# macos-13 (the last Intel runner image) was retired by GitHub, so
# x86_64 builds cross-compile on the arm64 runner instead. Pure-Rust
# deps + the universal macOS SDK make this a plain `--target` build.
- os: macos-latest
target: x86_64-apple-darwin
name: aegis-macos-x86_64
- os: ubuntu-latest
Expand Down
Loading