From ed105002fcdda3f6088b8184bc16632c57a98bf7 Mon Sep 17 00:00:00 2001 From: Robert Pincus Date: Wed, 11 Dec 2024 17:51:16 -0500 Subject: [PATCH] Back to excluding --- .github/workflows/continuous-integration.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d60bb1125..f275d138a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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 }}