Skip to content

Commit

Permalink
Update Github Workflows to boost 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium committed Nov 9, 2023
1 parent 830145e commit 4460661
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
BUILD_TYPE: Release
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_VERSION: "1.79.0"
BOOST_VERSION: "1.83.0"
BOOST_PLATFORM_VERSION: "11"

permissions:
Expand All @@ -32,7 +32,7 @@ jobs:
echo "OPENSSL_ROOT_DIR=$(brew --prefix --installed openssl)" >> $GITHUB_ENV
- name: Install Boost
uses: MarkusJx/[email protected].1
uses: MarkusJx/[email protected].4
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
BUILD_TYPE: Release
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_VERSION: "1.79.0"
BOOST_VERSION: "1.83.0"
BOOST_PLATFORM_VERSION: "22.04"

jobs:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
cmake -E make_directory ${{ env.BUILD_DIR }}
- name: Install Boost
uses: MarkusJx/[email protected].1
uses: MarkusJx/[email protected].4
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_TOOLSET: "msvc"
BOOST_VERSION: "1.79.0"
BOOST_VERSION: "1.83.0"
BOOST_PLATFORM_VERSION: "2022"

jobs:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
# install dependencies
- name: Install Boost
uses: MarkusJx/[email protected].1
uses: MarkusJx/[email protected].4
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_TOOLSET: "msvc"
BOOST_VERSION: "1.79.0"
BOOST_VERSION: "1.83.0"
BOOST_PLATFORM_VERSION: "2022"

jobs:
Expand All @@ -32,7 +32,7 @@ jobs:
# install dependencies
- name: Install Boost
uses: MarkusJx/[email protected].1
uses: MarkusJx/[email protected].4
id: install-boost
with:
# REQUIRED: Specify the required boost version
Expand Down

0 comments on commit 4460661

Please sign in to comment.