Skip to content

Commit

Permalink
Merge branch 'main' into update_version
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Jun 26, 2024
2 parents ebf1bee + cb87ec0 commit e1f48df
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 e1f48df

Please sign in to comment.