Skip to content

Commit

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

- os: windows-2022
compiler: gfortran-13
Expand Down

0 comments on commit 01758ee

Please sign in to comment.