aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:24:14 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:24:14 +0100
commitc67f1733393bdeb27c2e9cfb5d0f4e1638ccdee9 (patch)
treef7721fc14516755649d1cb07d8cfc0919dbdbd8f /.github/workflows/ci_travis.yml
parentactions/check-runtime-library: msvcrt.dll -> ucrtbase.dll (diff)
downloadcmake-common-c67f1733393bdeb27c2e9cfb5d0f4e1638ccdee9.tar.gz
cmake-common-c67f1733393bdeb27c2e9cfb5d0f4e1638ccdee9.zip
workflows: use a newer Boost version
windows-latest no longer support building older Boost releases.
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci_travis.yml2
1 files changed, 1 insertions, 1 deletions
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