Skip to content

Commit

Permalink
Set macOS version via MACOSX_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
tobywf committed Jan 14, 2024
1 parent 95f015e commit cf104ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

env:
MACOSX_DEPLOYMENT_TARGET: '11.0'

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"pasteboard._native",
["src/pasteboard/pasteboard.m"],
extra_compile_args=[
"-mmacosx-version-min=10.13",
"-Wall",
"-Wextra",
"-Wpedantic",
Expand Down

0 comments on commit cf104ad

Please sign in to comment.