mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-27 10:17:15 +00:00
Merge pull request #19614 from lnicola/macos-14-arm64
internal: Build MacOS AArch64 releases on that platform
This commit is contained in:
commit
ed737b545e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
target: x86_64-apple-darwin
|
||||
code-target: darwin-x64
|
||||
pgo: clap-rs/clap
|
||||
- os: macos-13
|
||||
- os: macos-14
|
||||
target: aarch64-apple-darwin
|
||||
code-target: darwin-arm64
|
||||
pgo: clap-rs/clap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue