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 f2e99dd commit a7f9c1fCopy full SHA for a7f9c1f
.github/workflows/CI.yml
@@ -35,6 +35,9 @@ jobs:
35
- os: ubuntu-latest
36
build: cmake-inline
37
toolchain: {compiler: gcc, version: 10}
38
+ - os: ubuntu-latest
39
+ build: cmake-3.10
40
+ toolchain: {compiler: gcc, version: 10}
41
exclude:
42
- os: macos-14
43
toolchain: {compiler: intel, version: '2024.1'}
@@ -55,6 +58,10 @@ jobs:
55
58
- name: Install fypp
56
59
run: pip install --upgrade fypp ninja
57
60
61
+ - name: Install cmake-3.10
62
+ if: ${{ matrix.build == 'cmake-3.10' }}
63
+ run: pip install --upgrade cmake==3.10
64
+
65
- name: Setup Fortran compiler
66
uses: fortran-lang/[email protected]
67
id: setup-fortran
0 commit comments