Skip to content

Commit

Permalink
exclude -> include
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Dec 11, 2024
1 parent 61d75a2 commit e1fb379
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,24 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-latest, windows-2022]
compiler: [gfortran-12, gfortran-13]
use-conda-compiler: [true, false]
fpmodel: [DP, SP]
# Conda does not contain gfortran-10/11/12 for windows
exclude:
- os: windows-2022
compiler: gfortran-12
- os: windows-2022
include:
- os: ubuntu-24.04
use-conda-compiler: false
compiler: [gfortran-12, gfortran-13]
use-conda-compiler: [true, false]

- os: windows-2022
compiler: gfortran-13
use-conda-compiler: true

- os: macos-latest
use-conda-compiler: false
compiler: gfortran-13
use-conda-compiler: true

- os: ubuntu-22.04
exclude:
- os: ubuntu-24.04
use-conda-compiler: false
compiler: gfortran-13
env:
Expand Down

0 comments on commit e1fb379

Please sign in to comment.