Skip to content
Snippets Groups Projects
Verified Commit 64ebb362 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

macOS: use GCC 10 for building, since GCC 9 is no longer in Homebrew

parent c6ad212c
No related branches found
No related tags found
No related merge requests found
Pipeline #4108 passed
......@@ -93,7 +93,7 @@ build_macOS:
- macOS
script:
- autoreconf -si
- './configure CXX=g++-9 CXXFLAGS=-static-libgcc'
- './configure CXX=g++-10 CXXFLAGS=-static-libgcc'
- make -j$(nproc)
- strip src/dynare_m
- mkdir -p bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment