Skip to content

Commit

Permalink
specify MACOS_DEPLOYMENT_TARGET at job level
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jul 2, 2024
1 parent 5f9399e commit 2be2df5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
},
macos-scons: {
runs-on: macos-12,
env: {
MACOSX_DEPLOYMENT_TARGET: 10.15
},
steps: [
{
name: checkout,
Expand All @@ -70,9 +73,6 @@
platform: x64,
configuration: Release
},
env: {
MACOSX_DEPLOYMENT_TARGET: 10.15
}
},
{
name: Build SFML,
Expand All @@ -81,9 +81,6 @@
with: {
sfml: 2.6.1,
config: Release
},
env: {
MACOSX_DEPLOYMENT_TARGET: 10.15
}
},
{
Expand All @@ -106,7 +103,7 @@
name: cboe-mac,
path: '${{ github.workspace }}/build/cboe-mac.tar'
}
},
}
]
},
win-vs32: {
Expand Down

0 comments on commit 2be2df5

Please sign in to comment.