Skip to content

Commit e47fa03

Browse files
committed
ci: checkoutv4
1 parent 0e31905 commit e47fa03

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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: >-

.github/workflows/ci_build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: build
33
env:
44
HOMEBREW_NO_INSTALL_CLEANUP: 1
55
CTEST_NO_TESTS_ACTION: error
6+
FC: gfortran-12
67

78
on:
89
push:
@@ -34,11 +35,9 @@ jobs:
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: >-

.github/workflows/ci_fpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

.github/workflows/oneapi-linux.yml.bak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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: >-

0 commit comments

Comments
 (0)