Skip to content

Commit

Permalink
bump mac deployment target in tests
Browse files Browse the repository at this point in the history
not sure why 3.7 behaves differently from 3.11 and 3.6
  • Loading branch information
minrk committed Aug 11, 2023
1 parent ec3c1f5 commit 7fb8bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
continue-on-error: ${{ matrix.zmq == 'head' }}

env:
MACOSX_DEPLOYMENT_TARGET: "10.14"
MACOSX_DEPLOYMENT_TARGET: "11.7"

strategy:
fail-fast: true
Expand Down

0 comments on commit 7fb8bf9

Please sign in to comment.