Skip to content

Commit 098b1f2

Browse files
bors[bot]lnicola
andauthored
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 <[email protected]>
2 parents 4ec6bd6 + ff6081e commit 098b1f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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
1920

2021
jobs:
2122
dist:

0 commit comments

Comments
 (0)