diff options
Diffstat (limited to '.github/workflows/ci_github.yml')
-rw-r--r-- | .github/workflows/ci_github.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |