Skip to content

Commit

Permalink
Enable ci for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
1yefuwang1 committed Jun 16, 2024
1 parent 9cddb49 commit ae5c3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
MACOSX_DEPLOYMENT_TARGET: '10.13' # 10.13 is the minimum version that partially supports c++17
MACOSX_DEPLOYMENT_TARGET: '10.14' # 10.14 is the minimum version that fully supports c++17

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

0 comments on commit ae5c3ec

Please sign in to comment.