Skip to content

Commit

Permalink
gfortran-8 is no longer supported by Github Actions (actions/runner-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Apr 7, 2021
1 parent 5fc4c4c commit 91d2d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
fortran-compiler: [gfortran-8, gfortran-9, gfortran-10]
fortran-compiler: [gfortran-9, gfortran-10]
rte-kernels: [default, openacc]
env:
FC: ${{ matrix.fortran-compiler }}
Expand Down

0 comments on commit 91d2d38

Please sign in to comment.