We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c1327 commit 0900648Copy full SHA for 0900648
.github/workflows/test.yml
@@ -53,8 +53,8 @@ jobs:
53
run: |
54
brew update
55
brew upgrade
56
- brew install coreutils python cmake fftw hdf5 gcc@14 boost open-mpi
57
- echo "FC=gfortran-14" >> $GITHUB_ENV
+ brew install coreutils python cmake fftw hdf5 gcc@15 boost open-mpi
+ echo "FC=gfortran-15" >> $GITHUB_ENV
58
echo "BOOST_INCLUDE=/opt/homebrew/include/" >> $GITHUB_ENV
59
60
- name: Setup Ubuntu
@@ -128,4 +128,4 @@ jobs:
128
if: always()
129
with:
130
name: logs-${{ strategy.job-index }}-${{ matrix.device }}
131
- path: test-${{ matrix.device }}.out
+ path: test-${{ matrix.device }}.out
0 commit comments