Skip to content

Commit

Permalink
Revert libomp
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Apr 26, 2024
1 parent 88dc45f commit 393db5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel_macos_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Install clang
run: |
brew install libomp@16
brew install libomp
- name: Clone Kokkos libs
if: steps.kokkos-cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
# MacOS specific build settings
CIBW_BEFORE_ALL_MACOS: |
brew uninstall --force oclint
brew install libomp@16
brew install libomp
# Python build settings
CIBW_BEFORE_BUILD: |
Expand Down

0 comments on commit 393db5d

Please sign in to comment.