Skip to content

Commit 0900648

Browse files
authored
Update test.yml (#924)
1 parent 40c1327 commit 0900648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
run: |
5454
brew update
5555
brew upgrade
56-
brew install coreutils python cmake fftw hdf5 gcc@14 boost open-mpi
57-
echo "FC=gfortran-14" >> $GITHUB_ENV
56+
brew install coreutils python cmake fftw hdf5 gcc@15 boost open-mpi
57+
echo "FC=gfortran-15" >> $GITHUB_ENV
5858
echo "BOOST_INCLUDE=/opt/homebrew/include/" >> $GITHUB_ENV
5959
6060
- name: Setup Ubuntu
@@ -128,4 +128,4 @@ jobs:
128128
if: always()
129129
with:
130130
name: logs-${{ strategy.job-index }}-${{ matrix.device }}
131-
path: test-${{ matrix.device }}.out
131+
path: test-${{ matrix.device }}.out

0 commit comments

Comments
 (0)