mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
Set MACOSX_DEPLOYMENT_TARGET to 10.15 to improve compat
This commit is contained in:
parent
4ec6bd6206
commit
ff6081e629
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -16,6 +16,7 @@ env:
|
||||
RUSTFLAGS: "-D warnings -W unreachable-pub"
|
||||
RUSTUP_MAX_RETRIES: 10
|
||||
FETCH_DEPTH: 0 # pull in the tags for the version string
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.15
|
||||
|
||||
jobs:
|
||||
dist:
|
||||
|
Loading…
Reference in New Issue
Block a user