try mac again

This commit is contained in:
electronstudio 2021-06-29 15:56:21 +01:00
parent 144b02e83f
commit b9758ec5ac
2 changed files with 2 additions and 2 deletions

View file

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