Skip to content

Commit e3eee8e

Browse files
add gfortran-14 on linux and macos to CI (#108)
1 parent e3a9b4a commit e3eee8e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ jobs:
9595
shell: bash
9696
test_type: valgrind
9797
coverage: false
98+
- os: ubuntu-24.04
99+
os_name: linux
100+
compiler: gfortran-14
101+
shell: bash
102+
test_type: regular
103+
coverage: false
104+
- os: ubuntu-24.04
105+
os_name: linux
106+
compiler: gfortran-14
107+
shell: bash
108+
test_type: valgrind
109+
coverage: false
98110
- os: ubuntu-latest
99111
os_name: linux
100112
compiler: ifort
@@ -114,6 +126,12 @@ jobs:
114126
shell: bash
115127
test_type: regular
116128
coverage: false
129+
- os: macos-latest
130+
os_name: macos
131+
compiler: gfortran-14
132+
shell: bash
133+
test_type: regular
134+
coverage: false
117135
# Windows
118136
- os: windows-latest
119137
os_name: windows

0 commit comments

Comments
 (0)