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 b29411c commit 8cd6b28Copy full SHA for 8cd6b28
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
os: [ubuntu-latest]
11
gcc_v: [10] # Version of GFortran we want to use.
12
- python-version: [3.7]
+ python-version: [3.9]
13
env:
14
FC: gfortran-${{ matrix.gcc_v }}
15
GCC_V: ${{ matrix.gcc_v }}
@@ -29,7 +29,7 @@ jobs:
29
uses: ts-graphviz/setup-graphviz@v1
30
31
- name: Setup Fortran Package Manager
32
- uses: fortran-lang/setup-fpm@v3
+ uses: fortran-lang/setup-fpm@v4
33
with:
34
github-token: ${{ secrets.GITHUB_TOKEN }}
35
0 commit comments