Skip to content

Commit 9e37358

Browse files
committed
ci: reduce fanout
1 parent 1238790 commit 9e37358

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
@@ -58,7 +61,7 @@ jobs:
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'

0 commit comments

Comments
 (0)