File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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.
3
3
4
4
on :
5
5
push :
@@ -15,8 +15,8 @@ concurrency:
15
15
16
16
jobs :
17
17
build-macos :
18
- name : macOS 15
19
- runs-on : macos-15
18
+ name : macos-latest
19
+ runs-on : macos-latest
20
20
env :
21
21
FANS_BUILD_DIR : build
22
22
strategy :
28
28
- name : Install FANS dependencies
29
29
run : |
30
30
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
34
34
brew install fftw eigen
35
35
36
36
- name : Set up pixi
44
44
- name : Configure
45
45
working-directory : ${{ env.FANS_BUILD_DIR }}
46
46
env :
47
- CC : gcc-14
48
- CXX : g++-14
47
+ CC : gcc-15
48
+ CXX : g++-15
49
49
MPICC : mpicc
50
50
MPICXX : mpicxx
51
51
run : |
You can’t perform that action at this time.
0 commit comments