From 058a8ef272b116013e60cf64da2f90882bf893b9 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Tue, 8 Jul 2025 01:31:49 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c612844a8f..2948b11333 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,8 +53,8 @@ jobs: run: | brew update brew upgrade - brew install coreutils python cmake fftw hdf5 gcc@14 boost open-mpi - echo "FC=gfortran-14" >> $GITHUB_ENV + brew install coreutils python cmake fftw hdf5 gcc@15 boost open-mpi + echo "FC=gfortran-15" >> $GITHUB_ENV echo "BOOST_INCLUDE=/opt/homebrew/include/" >> $GITHUB_ENV - name: Setup Ubuntu @@ -128,4 +128,4 @@ jobs: if: always() with: name: logs-${{ strategy.job-index }}-${{ matrix.device }} - path: test-${{ matrix.device }}.out \ No newline at end of file + path: test-${{ matrix.device }}.out