Skip to content

Commit d69203e

Browse files
committed
use clang as the brew compiler
1 parent f4d9222 commit d69203e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
- name: (macOS) Install homebrew OpenMPI
199199
if: contains(matrix.mpi,'openmpi') && contains(matrix.os,'macos')
200200
run: |
201-
brew install --cc=gcc-${{ env.GCC_V }} openmpi
201+
brew install openmpi #--cc=gcc-${{ env.GCC_V }} openmpi
202202
203203
# Phase 1: Bootstrap fpm with existing version
204204
- name: Install fpm

0 commit comments

Comments
 (0)