Attempt to target earlier macOS SDK version

This commit is contained in:
Dean Herbert 2021-04-02 13:56:44 +09:00
parent 3216da88bf
commit 9bf64d5cd1

View file

@ -27,6 +27,7 @@ jobs:
branch: update-macos-binaries branch: update-macos-binaries
env: env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
MACOSX_DEPLOYMENT_TARGET: '10.14'
build-linux: build-linux:
runs-on: ubuntu-latest runs-on: ubuntu-latest