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:
2727 matrix :
2828 os : [ubuntu-latest]
2929 shared : [true, false]
30- gcc : [9, 11, 12]
31- mpi : [mpich, openmpi]
30+ gcc : [9, 11, 12, 13 ]
31+ mpi : [openmpi]
3232 include :
3333 - os : macos-latest
3434 mpi : openmpi
35- gcc : 12
35+ gcc : 13
36+ - os : ubuntu-latest
37+ mpi : mpich
38+ gcc : 13
3639
3740 runs-on : ${{ matrix.os }}
3841 env :
5861 if : runner.os == 'macOS'
5962 run : brew install hdf5-mpi ninja ${{ matrix.mpi }}
6063
61- - uses : actions/checkout@v3
64+ - uses : actions/checkout@v4
6265
6366 - name : Configure
6467 run : >-
@@ -102,7 +105,7 @@ jobs:
102105 timeout-minutes : 10
103106
104107 steps :
105- - uses : actions/checkout@v3
108+ - uses : actions/checkout@v4
106109 - uses : actions/setup-python@v4
107110 with :
108111 python-version : ' 3.x'
You can’t perform that action at this time.
0 commit comments