CI - Only support macOS 10.11+

This commit is contained in:
Anthony MOI
2020-07-17 11:25:45 -04:00
parent 212747f7fd
commit d3e1c55fb7
3 changed files with 4 additions and 4 deletions

View File

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