Skip to content

Commit

Permalink
Merge pull request #169 from NCAR/develop-fix-clang-test
Browse files Browse the repository at this point in the history
try to fix clang test
  • Loading branch information
boulderdaze authored Jun 26, 2024
2 parents f8c7408 + ddc7612 commit cb87ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- { cpp: g++-11, c: gcc-11, fc: gfortran-11}
- { cpp: g++-12, c: gcc-12, fc: gfortran-12}
- { cpp: g++-13, c: gcc-13, fc: gfortran-13}
- { cpp: clang++, c: clang}
- { cpp: clang++, c: clang, fc: gfortran-12}
build_type: [Release]
env:
CC: ${{ matrix.compiler.c }}
Expand Down

0 comments on commit cb87ec0

Please sign in to comment.