Skip to content

Commit 24ad45e

Browse files
committed
bumped macos version to latest and gcc version
1 parent 7cedd4c commit 24ad45e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build_and_test_mac.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Build and test macOS 15
2-
# Builds FANS for macOS 15 on Apple Silicon CPU and runs the tests.
1+
name: Build and test macOS
2+
# Builds FANS for macOS on Apple Silicon CPU and runs the tests.
33

44
on:
55
push:
@@ -15,8 +15,8 @@ concurrency:
1515

1616
jobs:
1717
build-macos:
18-
name: macOS 15
19-
runs-on: macos-15
18+
name: macos-latest
19+
runs-on: macos-latest
2020
env:
2121
FANS_BUILD_DIR: build
2222
strategy:
@@ -28,9 +28,9 @@ jobs:
2828
- name: Install FANS dependencies
2929
run: |
3030
brew uninstall --force cmake
31-
brew install gnu-time gcc@14
32-
brew install open-mpi --build-from-source --cc=gcc-14
33-
brew install hdf5-mpi --build-from-source --cc=gcc-14
31+
brew install gnu-time gcc@15
32+
brew install open-mpi --build-from-source --cc=gcc-15
33+
brew install hdf5-mpi --build-from-source --cc=gcc-15
3434
brew install fftw eigen
3535
3636
- name: Set up pixi
@@ -44,8 +44,8 @@ jobs:
4444
- name: Configure
4545
working-directory: ${{ env.FANS_BUILD_DIR }}
4646
env:
47-
CC: gcc-14
48-
CXX: g++-14
47+
CC: gcc-15
48+
CXX: g++-15
4949
MPICC: mpicc
5050
MPICXX: mpicxx
5151
run: |

0 commit comments

Comments
 (0)