Skip to content

Commit

Permalink
Revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Dec 11, 2024
1 parent 59aebd1 commit 61d75a2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,17 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-latest, windows-2022]
compiler: [gfortran-10, gfortran-11, gfortran-12, gfortran-13]
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-10
- os: windows-2022
compiler: gfortran-11
- os: windows-2022
compiler: gfortran-12
- os: windows-2022
use-conda-compiler: false

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

- os: ubuntu-22.04
Expand Down

0 comments on commit 61d75a2

Please sign in to comment.