File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : false
11
11
matrix :
12
12
os : [ubuntu-latest]
13
- gcc_v : [10 ] # Version of GFortran we want to use.
14
- python-version : [3.9 ]
13
+ gcc_v : [14 ] # Version of GFortran we want to use.
14
+ python-version : [3.12 ]
15
15
env :
16
16
FC : gfortran-${{ matrix.gcc_v }}
17
17
GCC_V : ${{ matrix.gcc_v }}
31
31
uses : ts-graphviz/setup-graphviz@v1
32
32
33
33
- name : Setup Fortran Package Manager
34
- uses : fortran-lang/setup-fpm@v5
34
+ uses : fortran-lang/setup-fpm@v7
35
35
with :
36
36
github-token : ${{ secrets.GITHUB_TOKEN }}
37
37
80
80
81
81
- name : Deploy Documentation
82
82
if : github.ref == 'refs/heads/master'
83
- uses : JamesIves/github-pages-deploy-action@v4.4.1
83
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
84
84
with :
85
85
branch : gh-pages # The branch the action should deploy to.
86
86
folder : doc # The folder the action should deploy.
87
+ single-commit : true
You can’t perform that action at this time.
0 commit comments