Skip to content

Commit

Permalink
ci: add GCC13
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 3, 2023
1 parent c743e07 commit ce1e42e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
linux:
strategy:
matrix:
fc: [gfortran-9, gfortran-10, gfortran-11, gfortran-12]
fc: [9, 10, 11, 12, 13]

runs-on: ubuntu-latest

env:
FC: ${{ matrix.fc }}
FC: gfortran-${{ matrix.fc }}

steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
macos:
strategy:
matrix:
fc: [gfortran-12]
fc: [gfortran-13]

runs-on: macos-latest

Expand Down

0 comments on commit ce1e42e

Please sign in to comment.