Skip to content

Commit

Permalink
github actions: fixed gfortran-6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Mar 17, 2021
1 parent 0a7c674 commit 7b8078b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .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: [6, 7, 8, 9, 10]
version: [7, 8, 9, 10]
os: [ubuntu-latest]
include:
- version: 6
os: ubuntu-18.04
- version: 8
cmake_args: -DFABM_USE_CONTIGUOUS=OFF
fail-fast: false
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install compiler
run: sudo apt-get install gfortran-${{ matrix.version }}
Expand Down

0 comments on commit 7b8078b

Please sign in to comment.