Skip to content

Commit

Permalink
Merge pull request #7 from leoetlino/macos-10-14
Browse files Browse the repository at this point in the history
ci: Set MACOSX_DEPLOYMENT_TARGET to 10.14
  • Loading branch information
leoetlino authored Aug 11, 2020
2 parents 85c89e8 + 8e157b0 commit 9f3e494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
strategy:
matrix:
python-version: [3.8]
env:
MACOSX_DEPLOYMENT_TARGET: "10.14"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
strategy:
matrix:
python-version: [3.8]
env:
MACOSX_DEPLOYMENT_TARGET: "10.14"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9f3e494

Please sign in to comment.