Skip to content

Commit

Permalink
add gfortran 13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Oct 23, 2023
1 parent f6109b8 commit a6f1650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
gcc_v: [9,10,11,12] # gfortran versions to test
gcc_v: [9,10,11,12,13] # gfortran versions to test
python-version: [3.9]
env:
FC: gfortran-${{ matrix.gcc_v }}
Expand Down

0 comments on commit a6f1650

Please sign in to comment.