diff --git a/.github/workflows/build-commit.yml b/.github/workflows/build-commit.yml index f310218..45be8ff 100644 --- a/.github/workflows/build-commit.yml +++ b/.github/workflows/build-commit.yml @@ -170,11 +170,11 @@ jobs: # REQUIRED: Specify the required boost version # A list of supported versions can be found here: # https://github.com/MarkusJx/prebuilt-boost/blob/main/versions-manifest.json - boost_version: 1.73.0 + boost_version: 1.78.0 # OPTIONAL: Specify a custon install location boost_install_dir: C:\boost # OPTIONAL: Specify a platform version - platform_version: 2019 + platform_version: 2022 # OPTIONAL: Specify a toolset toolset: msvc