File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,15 @@ jobs:
27
27
matrix :
28
28
os : [ubuntu-latest]
29
29
shared : [true, false]
30
- gcc : [9, 11, 12]
31
- mpi : [mpich, openmpi]
30
+ gcc : [9, 11, 12, 13 ]
31
+ mpi : [openmpi]
32
32
include :
33
33
- os : macos-latest
34
34
mpi : openmpi
35
- gcc : 12
35
+ gcc : 13
36
+ - os : ubuntu-latest
37
+ mpi : mpich
38
+ gcc : 13
36
39
37
40
runs-on : ${{ matrix.os }}
38
41
env :
58
61
if : runner.os == 'macOS'
59
62
run : brew install hdf5-mpi ninja ${{ matrix.mpi }}
60
63
61
- - uses : actions/checkout@v3
64
+ - uses : actions/checkout@v4
62
65
63
66
- name : Configure
64
67
run : >-
@@ -102,7 +105,7 @@ jobs:
102
105
timeout-minutes : 10
103
106
104
107
steps :
105
- - uses : actions/checkout@v3
108
+ - uses : actions/checkout@v4
106
109
- uses : actions/setup-python@v4
107
110
with :
108
111
python-version : ' 3.x'
You can’t perform that action at this time.
0 commit comments