aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-10-17 07:43:37 +0200
committerTristan Gingold <tgingold@free.fr>2022-10-17 07:43:37 +0200
commite261c627fec2739866da88156f4491e2eaa10ec5 (patch)
treec43d2d9a70bb118a1212cf00f876a71076e48451 /.github
parent1d970cd18b4e90865cb582c006c8853c67701831 (diff)
downloadghdl-e261c627fec2739866da88156f4491e2eaa10ec5.tar.gz
ghdl-e261c627fec2739866da88156f4491e2eaa10ec5.tar.bz2
ghdl-e261c627fec2739866da88156f4491e2eaa10ec5.zip
github action: set macosx deployment env variable
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index cca2e4742..8c47f0551 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -222,6 +222,7 @@ jobs:
env:
TASK: macosx+${{ matrix.backend }}
GITHUB_OS: ${{ runner.os }}
+ MACOSX_DEPLOYMENT_TARGET: 11.0
- name: '📤 Upload artifact: package'
uses: actions/upload-artifact@v2