about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2021-12-16 08:02:09 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2021-12-16 08:02:09 +0200
commitff6081e629e07aad888b56b02181cd8a04f1913b (patch)
tree55767cbf1e76be0767867b12ce4951b4dc8bd81a /.github/workflows
parent4ec6bd6206af70494bf61cf03ef892568d942cbf (diff)
Set MACOSX_DEPLOYMENT_TARGET to 10.15 to improve compat
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 5fec099566d..bb008b8ffa0 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -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: