Skip to content

Commit

Permalink
Set MACOSX_DEPLOYMENT_TARGET for C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Oct 5, 2023
1 parent 48a7fb0 commit 245199a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-hogql-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Build wheels
run: cd hogql_parser && python -m cibuildwheel --output-dir wheelhouse
env:
MACOSX_DEPLOYMENT_TARGET: '12'

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 245199a

Please sign in to comment.