Skip to content
Snippets Groups Projects
Verified Commit 553c2633 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

(cherry picked from commit 64ebb362)
parent d39fca02
Branches
No related tags found
No related merge requests found
Pipeline #4110 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