diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-04-17 08:25:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-17 08:25:14 +0000 |
| commit | ac4c3223c7ce14cd9af1ca84ece18f3a030736a0 (patch) | |
| tree | 32c7abf98e8371857887ebdb2da8e253ac4d4624 | |
| parent | 33babb77fd54489d6303d6a43d059470365a9aad (diff) | |
| parent | 908c03dade7c3ff1feb2a884b27d62c57b40bf24 (diff) | |
| download | rust-ac4c3223c7ce14cd9af1ca84ece18f3a030736a0.tar.gz rust-ac4c3223c7ce14cd9af1ca84ece18f3a030736a0.zip | |
Merge pull request #19614 from lnicola/macos-14-arm64
internal: Build MacOS AArch64 releases on that platform
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml index 774833ebf7f..97c49879920 100644 --- a/src/tools/rust-analyzer/.github/workflows/release.yaml +++ b/src/tools/rust-analyzer/.github/workflows/release.yaml @@ -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 |
