Skip to content

Commit

Permalink
fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Mar 9, 2023
1 parent 86c99dc commit b067968
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gotm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ jobs:
gfortran:
strategy:
matrix:
version: [7, 8, 9, 10]
version: [9, 10]
os: [ubuntu-latest]
include:
- version: 6
os: ubuntu-18.04
- version: 7
os: ubuntu-20.04
- version: 8
os: ubuntu-20.04
cmake_args: -DFABM_USE_CONTIGUOUS=OFF
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b067968

Please sign in to comment.