Skip to content

Commit

Permalink
More variants
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Dec 11, 2024
1 parent 9ba2db3 commit 273a6db
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ jobs:
include:
- os: ubuntu-24.04
use-conda-compiler: false
compiler: [gfortran-12, gfortran-13]
compiler: gfortran-12
name: Ubuntu ${{ matrix.compiler }} ${{ matrix.fmodel }}
- os: ubuntu-24.04
use-conda-compiler: false
compiler: gfortran-13
name: Ubuntu ${{ matrix.compiler }} ${{ matrix.fmodel }}
- os: ubuntu-24.04
use-conda-compiler: true
compiler: gfortran-13
name: Ubuntu+conda ${{ matrix.compiler }} ${{ matrix.fmodel }}

- os: windows-2022
compiler: gfortran-13
Expand All @@ -35,6 +44,7 @@ jobs:
- os: macos-latest
compiler: gfortran-13
use-conda-compiler: true

env:
FC: ${{ matrix.compiler }}
FCFLAGS: "-ffree-line-length-none -m64 -std=f2008 -march=native -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan"
Expand Down

0 comments on commit 273a6db

Please sign in to comment.