Skip to content

Commit 35c8dcc

Browse files
committed
fix CI
1 parent 6ff3871 commit 35c8dcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
# Build all tutorials
1010
tests-macos:
11-
name: [email protected] GFortran@14.1 [tutorials]
11+
name: [email protected] GFortran@15.1 [tutorials]
1212
runs-on: macos-latest
1313
steps:
1414
- uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
-DAMReX_FORTRAN_INTERFACES=ON \
2929
-DAMReX_EB=ON \
3030
-DAMReX_PARTICLES=ON \
31-
-DCMAKE_Fortran_COMPILER=$(which gfortran-14) \
31+
-DCMAKE_Fortran_COMPILER=$(which gfortran-15) \
3232
-DCMAKE_CXX_COMPILER_LAUNCHER=$(which ccache)
3333
cmake --build build --parallel 2
3434
@@ -40,7 +40,7 @@ jobs:
4040
-DAMReX_FORTRAN_INTERFACES=ON \
4141
-DAMReX_EB=ON \
4242
-DAMReX_PARTICLES=ON \
43-
-DCMAKE_Fortran_COMPILER=$(which gfortran-14) \
43+
-DCMAKE_Fortran_COMPILER=$(which gfortran-15) \
4444
-DCMAKE_CXX_COMPILER_LAUNCHER=$(which ccache)
4545
cmake --build build --parallel 2
4646

0 commit comments

Comments
 (0)