Merge #11031
11031: minor: Set `MACOSX_DEPLOYMENT_TARGET` to 10.15 to improve compat r=lnicola a=lnicola Since GitHub (and also us, explicitly) switched the `macos-latest` runners to 11, let's try to bring back support for 10.15. Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
098b1f2486
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -16,6 +16,7 @@ env:
|
|||||||
RUSTFLAGS: "-D warnings -W unreachable-pub"
|
RUSTFLAGS: "-D warnings -W unreachable-pub"
|
||||||
RUSTUP_MAX_RETRIES: 10
|
RUSTUP_MAX_RETRIES: 10
|
||||||
FETCH_DEPTH: 0 # pull in the tags for the version string
|
FETCH_DEPTH: 0 # pull in the tags for the version string
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: 10.15
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dist:
|
dist:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user