CI - Set MACOSX_DEPLOYMENT_TARGET=10.10

This commit is contained in:
Anthony MOI
2020-07-17 11:01:58 -04:00
parent 4b5d90024f
commit 212747f7fd
3 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
env:
MACOSX_DEPLOYMENT_TARGET: 10.10
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]