Skip to content

Commit

Permalink
add gfortran-14 on linux and macos to CI (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 authored Oct 17, 2024
1 parent e3a9b4a commit e3eee8e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,18 @@ jobs:
shell: bash
test_type: valgrind
coverage: false
- os: ubuntu-24.04
os_name: linux
compiler: gfortran-14
shell: bash
test_type: regular
coverage: false
- os: ubuntu-24.04
os_name: linux
compiler: gfortran-14
shell: bash
test_type: valgrind
coverage: false
- os: ubuntu-latest
os_name: linux
compiler: ifort
Expand All @@ -114,6 +126,12 @@ jobs:
shell: bash
test_type: regular
coverage: false
- os: macos-latest
os_name: macos
compiler: gfortran-14
shell: bash
test_type: regular
coverage: false
# Windows
- os: windows-latest
os_name: windows
Expand Down

0 comments on commit e3eee8e

Please sign in to comment.