Skip to content

Commit

Permalink
fix(actions/setup): bump macos deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve authored Nov 2, 2024
1 parent 48ea9d6 commit 61b19b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ runs:
run: |
brew reinstall --build-from-source libomp
echo "OpenMP_ROOT=$(brew --prefix)/opt/libomp" >> $GITHUB_ENV
- name: 💻 Setup Deployment Target
shell: bash
if: ${{ inputs.os == 'macos-latest' }}
run: |
echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV

0 comments on commit 61b19b6

Please sign in to comment.