Skip to content

Commit

Permalink
Use release for macos and update compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
alazzaro committed Dec 11, 2023
1 parent a92817d commit 41babcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
mkdir -p build
cd build
env \
CC=gcc-11 CXX=g++-11 FC=gfortran-11 \
CC=gcc-12 CXX=g++-12 FC=gfortran-12 \
cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_${{ matrix.use_mpi }} \
-DUSE_${{ matrix.use_openmp }} \
-DUSE_${{ matrix.use_smm }} \
Expand Down

0 comments on commit 41babcd

Please sign in to comment.