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 1616 RUSTFLAGS : " -D warnings -W unreachable-pub"
1717 RUSTUP_MAX_RETRIES : 10
1818 FETCH_DEPTH : 0 # pull in the tags for the version string
19- MACOSX_DEPLOYMENT_TARGET : 10.15
19+ MACOSX_DEPLOYMENT_TARGET : 13.0
2020 CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER : aarch64-linux-gnu-gcc
2121 CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER : arm-linux-gnueabihf-gcc
2222
@@ -43,10 +43,10 @@ jobs:
4343 - os : ubuntu-20.04
4444 target : arm-unknown-linux-gnueabihf
4545 code-target : linux-armhf
46- - os : macos-12
46+ - os : macos-13
4747 target : x86_64-apple-darwin
4848 code-target : darwin-x64
49- - os : macos-12
49+ - os : macos-13
5050 target : aarch64-apple-darwin
5151 code-target : darwin-arm64
5252
You can’t perform that action at this time.
0 commit comments