From 2be2df51c615b689182c6adf12ba2e2ed7ee7da6 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 2 Jul 2024 14:47:15 -0600 Subject: [PATCH] specify MACOS_DEPLOYMENT_TARGET at job level --- .github/workflows/ci.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de32a6262..472e5f4d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ }, macos-scons: { runs-on: macos-12, + env: { + MACOSX_DEPLOYMENT_TARGET: 10.15 + }, steps: [ { name: checkout, @@ -70,9 +73,6 @@ platform: x64, configuration: Release }, - env: { - MACOSX_DEPLOYMENT_TARGET: 10.15 - } }, { name: Build SFML, @@ -81,9 +81,6 @@ with: { sfml: 2.6.1, config: Release - }, - env: { - MACOSX_DEPLOYMENT_TARGET: 10.15 } }, { @@ -106,7 +103,7 @@ name: cboe-mac, path: '${{ github.workspace }}/build/cboe-mac.tar' } - }, + } ] }, win-vs32: {