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 372c695 commit 72a981eCopy full SHA for 72a981e
.github/workflows/CI.yml
@@ -10,8 +10,8 @@ jobs:
10
fail-fast: false
11
matrix:
12
os: [ubuntu-latest]
13
- gcc_v: [10] # Version of GFortran we want to use.
14
- python-version: [3.9]
+ gcc_v: [14] # Version of GFortran we want to use.
+ python-version: [3.12]
15
env:
16
FC: gfortran-${{ matrix.gcc_v }}
17
GCC_V: ${{ matrix.gcc_v }}
@@ -31,7 +31,7 @@ jobs:
31
uses: ts-graphviz/setup-graphviz@v1
32
33
- name: Setup Fortran Package Manager
34
- uses: fortran-lang/setup-fpm@v5
+ uses: fortran-lang/setup-fpm@v7
35
with:
36
github-token: ${{ secrets.GITHUB_TOKEN }}
37
0 commit comments