Skip to content

Commit

Permalink
use ubuntu-24.04 for gfortran 13 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
bolding committed May 28, 2024
1 parent 1df59e3 commit 712b893
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gotm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ jobs:
gfortran:
strategy:
matrix:
version: [9, 10, 11, 12, 13]
version: [9, 10, 11, 12]
os: ["ubuntu-latest"]
include:
- version: 7
os: ubuntu-20.04
- version: 8
os: ubuntu-20.04
cmake_args: -DFABM_USE_CONTIGUOUS=OFF
- version: 13
os: ubuntu-24.04
- version: 14
os: ubuntu-24.04
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 712b893

Please sign in to comment.