Skip to content

Commit

Permalink
diable gcc on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstoyanov committed Jul 22, 2024
1 parent d087bf7 commit 4883d0d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
strategy:
matrix:
runner: [macos-14]
compiler: [clang++, g++-13] # $(brew --prefix llvm)/bin/clang++ (clang-11)
fortran_compiler: [gfortran-13]
compiler: [clang++]

steps:
- uses: actions/checkout@v2
Expand All @@ -39,8 +38,7 @@ jobs:
-D CMAKE_INSTALL_PREFIX=./TasmanianInstall
-D CMAKE_CXX_FLAGS="-O3 -Wall -Wextra -Wshadow -pedantic"
-D CMAKE_CXX_COMPILER=${{ matrix.compiler }}
-D CMAKE_Fortran_COMPILER=${{ matrix.fortran_compiler }}
-D Tasmanian_ENABLE_FORTRAN=ON
-D Tasmanian_ENABLE_FORTRAN=OFF
-D Tasmanian_ENABLE_RECOMMENDED=ON
-D Tasmanian_TESTS_OMP_NUM_THREADS=3 .. &&
make -j3
Expand Down

0 comments on commit 4883d0d

Please sign in to comment.