Skip to content

Commit 76fc27a

Browse files
committed
Auto merge of rust-lang#18266 - lnicola:macos-13, r=lnicola
internal: Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGET to 13.0 As Monterey seems to be EOL.
2 parents d5984c7 + ac5361f commit 76fc27a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/rust-analyzer/.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
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

0 commit comments

Comments
 (0)