Skip to content

Commit

Permalink
""->''
Browse files Browse the repository at this point in the history
  • Loading branch information
KowerKoint committed Oct 16, 2024
1 parent aa693ec commit 3349287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
CMAKE_CXX_COMPILER: ${{ matrix.os == 'macos' && 'g++-14' || 'g++' }}
CIBW_BUILD: ${{ matrix.cibw-python }}-${{ matrix.cibw-os-arch }}
PYTHON: ${{ matrix.python-version }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.runs-on == 'macos-14' && "14.0" || "13.0" }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.runs-on == 'macos-14' && '14.0' || '13.0' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3349287

Please sign in to comment.