From c67f1733393bdeb27c2e9cfb5d0f4e1638ccdee9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 11:24:14 +0100 Subject: workflows: use a newer Boost version windows-latest no longer support building older Boost releases. --- .github/workflows/ci_appveyor.yml | 2 +- .github/workflows/ci_github.yml | 2 +- .github/workflows/ci_travis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml index db35e99..c7f845f 100644 --- a/.github/workflows/ci_appveyor.yml +++ b/.github/workflows/ci_appveyor.yml @@ -29,7 +29,7 @@ jobs: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 PLATFORM: '${{ matrix.platform }}' CONFIGURATION: '${{ matrix.configuration }}' - BOOST_VERSION: 1.72.0 + BOOST_VERSION: 1.81.0 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/ci_github.yml b/.github/workflows/ci_github.yml index 4a15cd6..88c3418 100644 --- a/.github/workflows/ci_github.yml +++ b/.github/workflows/ci_github.yml @@ -28,7 +28,7 @@ jobs: TOOLSET: '${{ matrix.toolset }}' PLATFORM: x64 CONFIGURATION: '${{ matrix.configuration }}' - BOOST_VERSION: 1.72.0 + BOOST_VERSION: 1.81.0 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml index 36a406c..43132f5 100644 --- a/.github/workflows/ci_travis.yml +++ b/.github/workflows/ci_travis.yml @@ -27,7 +27,7 @@ jobs: TRAVIS_BUILD_DIR: '${{ github.workspace }}/examples/boost' PLATFORM: x64 CONFIGURATION: '${{ matrix.configuration }}' - BOOST_VERSION: 1.72.0 + BOOST_VERSION: 1.81.0 steps: - name: Checkout uses: actions/checkout@v3 -- cgit v1.2.3