Skip to content

Commit

Permalink
Use only system gfotran with Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Dec 11, 2024
1 parent 2744d65 commit db86b66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
fpmodel: [DP, SP]
# Most combinations will only be tested on Linux
exclude:
- os: ubuntu-24.04
use-conda-compiler: true
- os: windows-2022
use-conda-compiler: false
- os: windows-2022
Expand All @@ -42,6 +44,11 @@ jobs:
- os: macos-latest
compiler: gfortran-14
# Not available in conda
include:
# Something like the conda-build environment
- os: ubuntu-24.04
use-conda-compiler: true
compiler: gfortran-13

env:
FC: ${{ matrix.compiler }}
Expand Down

0 comments on commit db86b66

Please sign in to comment.