Skip to content

Commit

Permalink
Update cmake_mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang authored Feb 19, 2024
1 parent 13d6e1b commit 744152f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
os: [macos-14]
cc: [gcc, clang]
fc: [gfortran]
fc: [gfortran-11, gfortran-12, gfortran-13]


steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
export CC=${{ matrix.cc }}
export CFLAGS='-Wall -Wextra -Wpedantic -Werror'
export FC=gfortran-13 #${{ matrix.fc }}
export FC=${{ matrix.fc }}
export FFLAGS='-Wall -Wextra -Wpedantic -Werror -fimplicit-none -frecursive -fcheck=all -fstack-check -Wno-function-elimination'
cmake --version
Expand Down

0 comments on commit 744152f

Please sign in to comment.