We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5984c7 + ac5361f commit 76fc27aCopy full SHA for 76fc27a
src/tools/rust-analyzer/.github/workflows/release.yaml
@@ -16,7 +16,7 @@ env:
16
RUSTFLAGS: "-D warnings -W unreachable-pub"
17
RUSTUP_MAX_RETRIES: 10
18
FETCH_DEPTH: 0 # pull in the tags for the version string
19
- MACOSX_DEPLOYMENT_TARGET: 10.15
+ MACOSX_DEPLOYMENT_TARGET: 13.0
20
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
21
CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
22
@@ -43,10 +43,10 @@ jobs:
43
- os: ubuntu-20.04
44
target: arm-unknown-linux-gnueabihf
45
code-target: linux-armhf
46
- - os: macos-12
+ - os: macos-13
47
target: x86_64-apple-darwin
48
code-target: darwin-x64
49
50
target: aarch64-apple-darwin
51
code-target: darwin-arm64
52
0 commit comments