Skip to content

Commit

Permalink
fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
hczhai committed Mar 13, 2024
1 parent 3194039 commit c1ec9ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- name: build gtest (macos)
if: matrix.os == 'macos-12'
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: |
git clone -b release-1.8.0 https://github.com/google/googletest
cd googletest
Expand Down Expand Up @@ -257,6 +259,7 @@ jobs:
env:
TAG_STRING: ${{ github.event.ref }}
MACOSX_DEPLOYMENT_TARGET: '10.9'
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: |
brew update
brew install libomp
Expand Down Expand Up @@ -289,6 +292,7 @@ jobs:
env:
TAG_STRING: ${{ github.event.ref }}
MACOSX_DEPLOYMENT_TARGET: '11.0'
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
run: |
brew update
brew install libomp
Expand Down

0 comments on commit c1ec9ec

Please sign in to comment.