try specify macos target for dependency source builds
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -69,6 +69,9 @@
|
|||||||
libraries: filesystem system,
|
libraries: filesystem system,
|
||||||
platform: x64,
|
platform: x64,
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
},
|
||||||
|
env: {
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: 10.15
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -78,6 +81,9 @@
|
|||||||
with: {
|
with: {
|
||||||
sfml: 2.6.1,
|
sfml: 2.6.1,
|
||||||
config: Release
|
config: Release
|
||||||
|
},
|
||||||
|
env: {
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: 10.15
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user