Skip to content

Commit

Permalink
Upgrade macos CI to boost 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Dec 7, 2020
1 parent 8f7cbbc commit 2a8f220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos]
boost: ['1_60', '1_66', '1_73']
boost: ['1_60', '1_66', '1_74']
geos: ['3.8.1', 'none']
compiler: ['g++', 'g++-8', 'clang++']
exclude:
Expand All @@ -21,7 +21,7 @@ jobs:
- os: macos
boost: '1_66'
- os: ubuntu
boost: '1_73'
boost: '1_74'
- os: macos
compiler: 'g++-8'
include:
Expand Down Expand Up @@ -69,13 +69,13 @@ jobs:
brew upgrade python@3
brew reinstall -s libtool
brew unlink parallel
brew install boost@1.73 gtkmm moreutils gettext librsvg autoconf automake pkg-config
brew install boost@1.74 gtkmm moreutils gettext librsvg autoconf automake pkg-config
brew upgrade wget
hash -r
ln -f -s `which glibtoolize` $HOME/.local/bin/libtoolize
ln -f -s `which glibtool` $HOME/.local/bin/libtool
hash -r
echo "BOOST_ROOT=/usr/local/opt/boost@1.73" >> $GITHUB_ENV
echo "BOOST_ROOT=/usr/local/opt/boost@1.74" >> $GITHUB_ENV
echo "NUM_CPUS=$((`sysctl -n hw.logicalcpu` * 4))" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/libffi/lib/pkgconfig" >> $GITHUB_ENV
echo "CPPFLAGS_gerbv=-DQUARTZ" >> $GITHUB_ENV
Expand Down

0 comments on commit 2a8f220

Please sign in to comment.