Skip to content

Commit

Permalink
removing gcc 11 (#209)
Browse files Browse the repository at this point in the history
* removing gcc 11

* updating fortran action
  • Loading branch information
K20shores authored Aug 23, 2024
1 parent 90f6977 commit aa0854e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
strategy:
matrix:
compiler:
- { 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, fc: gfortran-12}
- { cpp: g++-14, c: gcc-14, fc: gfortran-14}
build_type: [Release]
env:
CC: ${{ matrix.compiler.c }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
gcc_version: [11, 12, 13]
gcc_version: [12, 13, 14]
build_type: [Release]
env:
FC: gfortran-${{ matrix.gcc_version }}
Expand Down

0 comments on commit aa0854e

Please sign in to comment.