try to build for older macs

This commit is contained in:
electronstudio 2021-06-29 15:47:10 +01:00
parent 0b80a5365a
commit 144b02e83f
2 changed files with 6 additions and 8 deletions

View file

@ -18,6 +18,8 @@ jobs:
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2