about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-04-17 08:25:14 +0000
committerGitHub <noreply@github.com>2025-04-17 08:25:14 +0000
commitac4c3223c7ce14cd9af1ca84ece18f3a030736a0 (patch)
tree32c7abf98e8371857887ebdb2da8e253ac4d4624
parent33babb77fd54489d6303d6a43d059470365a9aad (diff)
parent908c03dade7c3ff1feb2a884b27d62c57b40bf24 (diff)
downloadrust-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.yaml2
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