Skip to content

Commit

Permalink
Back to excluding
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Dec 11, 2024
1 parent 52b091b commit ed10500
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,12 @@ jobs:
# Most combinations will only be tested on Linux
exclude:
- os: windows-2022
- os: macos-latest

include:
use-conda-compiler: false
# Conda does not contain gfortran-10/11/12 for windows
- os: windows-2022
compiler: gfortran-13
use-conda-compiler: true

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

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

0 comments on commit ed10500

Please sign in to comment.