We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a9b4a commit e3eee8eCopy full SHA for e3eee8e
.github/workflows/ci.yml
@@ -95,6 +95,18 @@ jobs:
95
shell: bash
96
test_type: valgrind
97
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
105
106
107
108
+ test_type: valgrind
109
110
- os: ubuntu-latest
111
os_name: linux
112
compiler: ifort
@@ -114,6 +126,12 @@ jobs:
114
126
115
127
test_type: regular
116
128
129
+ - os: macos-latest
130
+ os_name: macos
131
132
133
134
117
135
# Windows
118
136
- os: windows-latest
119
137
os_name: windows
0 commit comments