File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 20
20
continue-on-error : false
21
21
strategy :
22
22
matrix :
23
- runner : [macos-11 ]
24
- compiler : [clang++, g++-11 ] # $(brew --prefix llvm)/bin/clang++ (clang-11)
25
- fortran_compiler : [gfortran-11 ]
23
+ runner : [macos-14 ]
24
+ compiler : [clang++, g++-13 ] # $(brew --prefix llvm)/bin/clang++ (clang-11)
25
+ fortran_compiler : [gfortran-13 ]
26
26
27
27
steps :
28
28
- uses : actions/checkout@v2
@@ -36,12 +36,11 @@ jobs:
36
36
-D CMAKE_CXX_FLAGS="-O3 -Wall -Wextra -Wshadow -pedantic"
37
37
-D CMAKE_CXX_COMPILER=${{ matrix.compiler }}
38
38
-D CMAKE_Fortran_COMPILER=${{ matrix.fortran_compiler }}
39
- -D PYTHON_EXECUTABLE=/usr/local/bin/python3
40
39
-D Tasmanian_ENABLE_FORTRAN=ON
41
40
-D Tasmanian_ENABLE_RECOMMENDED=ON
42
- -D Tasmanian_TESTS_OMP_NUM_THREADS=4 .. &&
43
- make -j4
41
+ -D Tasmanian_TESTS_OMP_NUM_THREADS=3 .. &&
42
+ make -j3
44
43
- name : Test
45
- run : cd build && ctest -j4 - V --no-compress-output -T Test
44
+ run : cd build && ctest -V --no-compress-output -T Test
46
45
- name : Install
47
46
run : cd build && make install && make test_install
You can’t perform that action at this time.
0 commit comments