Skip to content

Commit

Permalink
adjust CI so gfortran 10 tests will run (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 authored Jan 8, 2025
1 parent e2099c0 commit c2f998a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
shell: bash
test_type: valgrind
coverage: false
- os: ubuntu-latest
- os: ubuntu-22.04
os_name: linux
compiler: gfortran-10
shell: bash
test_type: regular
coverage: true
- os: ubuntu-latest
- os: ubuntu-22.04
os_name: linux
compiler: gfortran-10
shell: bash
Expand Down

0 comments on commit c2f998a

Please sign in to comment.