File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/tools/rust-analyzer/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
RUSTFLAGS : " -D warnings -W unreachable-pub"
17
17
RUSTUP_MAX_RETRIES : 10
18
18
FETCH_DEPTH : 0 # pull in the tags for the version string
19
- MACOSX_DEPLOYMENT_TARGET : 10.15
19
+ MACOSX_DEPLOYMENT_TARGET : 13.0
20
20
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER : aarch64-linux-gnu-gcc
21
21
CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER : arm-linux-gnueabihf-gcc
22
22
@@ -43,10 +43,10 @@ jobs:
43
43
- os : ubuntu-20.04
44
44
target : arm-unknown-linux-gnueabihf
45
45
code-target : linux-armhf
46
- - os : macos-12
46
+ - os : macos-13
47
47
target : x86_64-apple-darwin
48
48
code-target : darwin-x64
49
- - os : macos-12
49
+ - os : macos-13
50
50
target : aarch64-apple-darwin
51
51
code-target : darwin-arm64
52
52
You can’t perform that action at this time.
0 commit comments