From 5f9399e1ba74988110a5eb6682f390988f020c31 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 2 Jul 2024 14:34:15 -0600 Subject: [PATCH] try specify macos target for dependency source builds --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64613306..de32a626 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,9 @@ libraries: filesystem system, platform: x64, configuration: Release + }, + env: { + MACOSX_DEPLOYMENT_TARGET: 10.15 } }, { @@ -78,6 +81,9 @@ with: { sfml: 2.6.1, config: Release + }, + env: { + MACOSX_DEPLOYMENT_TARGET: 10.15 } }, {