Skip to content

Commit ff6081e

Browse files
committed
Set MACOSX_DEPLOYMENT_TARGET to 10.15 to improve compat
1 parent 4ec6bd6 commit ff6081e

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)