File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 6363 if : runner.os == 'macOS'
6464 run : brew install hdf5 ninja
6565
66- - uses : actions/checkout@v3
66+ - uses : actions/checkout@v4
6767
6868 - name : Configure
6969 run : >-
@@ -103,7 +103,7 @@ jobs:
103103 sudo apt update
104104 sudo apt install --no-install-recommends valgrind libhdf5-dev
105105
106- - uses : actions/checkout@v3
106+ - uses : actions/checkout@v4
107107
108108 - run : ctest -Dexclude_label=python -S memcheck.cmake -VV
109109
@@ -116,7 +116,7 @@ jobs:
116116 timeout-minutes : 10
117117
118118 steps :
119- - uses : actions/checkout@v3
119+ - uses : actions/checkout@v4
120120 - uses : actions/setup-python@v4
121121 with :
122122 python-version : ' 3.x'
@@ -170,7 +170,7 @@ jobs:
170170 - name : install h5py
171171 run : pip install h5py
172172
173- - uses : actions/checkout@v3
173+ - uses : actions/checkout@v4
174174
175175 - name : config
176176 run : >-
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: build
33env :
44 HOMEBREW_NO_INSTALL_CLEANUP : 1
55 CTEST_NO_TESTS_ACTION : error
6+ FC : gfortran-12
67
78on :
89 push :
3435
3536 - name : prereqs (MacOS)
3637 if : runner.os == 'macOS'
37- run : |
38- brew install ninja
39- brew reinstall gcc
38+ run : brew install ninja
4039
41- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4241
4342 - name : Configure HDF5 library
4443 run : >-
Original file line number Diff line number Diff line change 2727 sudo apt update
2828 sudo apt install --no-install-recommends libhdf5-dev
2929
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131
3232 - run : fpm build
3333 - run : fpm test
Original file line number Diff line number Diff line change 3131 timeout-minutes: 10
3232
3333 steps:
34- - uses: actions/checkout@v3
34+ - uses: actions/checkout@v4
3535
3636 - name: cache install oneAPI
3737 id: cache-install
5757 timeout-minutes: 2
5858 run: sudo apt install hdf5-tools ninja-build
5959
60- - uses: actions/checkout@v3
60+ - uses: actions/checkout@v4
6161
6262 - name: Configure HDF5
6363 run: >-
You can’t perform that action at this time.
0 commit comments