From 2a8f220c940b069fd46bd941a582866d773943cf Mon Sep 17 00:00:00 2001 From: eyal0 <109809+eyal0@users.noreply.github.com> Date: Mon, 7 Dec 2020 11:35:10 -0700 Subject: [PATCH] Upgrade macos CI to boost 1.74 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8cf98923..ce62cd7c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -21,7 +21,7 @@ jobs: - os: macos boost: '1_66' - os: ubuntu - boost: '1_73' + boost: '1_74' - os: macos compiler: 'g++-8' include: @@ -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