Skip to content

Commit

Permalink
deduplicate ubuntu testing, link to compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jul 16, 2023
1 parent e6e3e58 commit 451160a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,16 @@ jobs:
strategy:
fail-fast: false
matrix:
# compatible combinations from https://github.com/awvwgk/setup-fortran#runner-compatibility
include:
- {os: ubuntu-20.04, gcc_v: 7}
- {os: ubuntu-20.04, gcc_v: 8}
- {os: ubuntu-20.04, gcc_v: 9}
- {os: ubuntu-20.04, gcc_v: 10}
- {os: ubuntu-20.04, gcc_v: 11}
- {os: ubuntu-22.04, gcc_v: 9}
- {os: ubuntu-22.04, gcc_v: 10}
- {os: ubuntu-22.04, gcc_v: 11}
# - {os: ubuntu-22.04, gcc_v: 9}
# - {os: ubuntu-22.04, gcc_v: 10}
# - {os: ubuntu-22.04, gcc_v: 11}
- {os: ubuntu-22.04, gcc_v: 12}
- {os: ubuntu-22.04, gcc_v: 13}
# - {os: macos-11, gcc_v: 6}
Expand Down

0 comments on commit 451160a

Please sign in to comment.