Skip to content

Commit 8cd6b28

Browse files
committed
CI update
1 parent b29411c commit 8cd6b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest]
1111
gcc_v: [10] # Version of GFortran we want to use.
12-
python-version: [3.7]
12+
python-version: [3.9]
1313
env:
1414
FC: gfortran-${{ matrix.gcc_v }}
1515
GCC_V: ${{ matrix.gcc_v }}
@@ -29,7 +29,7 @@ jobs:
2929
uses: ts-graphviz/setup-graphviz@v1
3030

3131
- name: Setup Fortran Package Manager
32-
uses: fortran-lang/setup-fpm@v3
32+
uses: fortran-lang/setup-fpm@v4
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535

0 commit comments

Comments
 (0)