Skip to content

Commit

Permalink
Set default Boost version to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Jan 10, 2024
1 parent eb4c86d commit 24edeb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
CONTAINER_TMP: /opt/
HOST_TMP: /home/runner/work/_temp/
DEBIAN_FRONTEND: noninteractive
BOOST_VERSION: "1.84.0"
BOOST_VERSION: "1.83.0"

container:
image: ubuntu:22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-generate-proofs-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
type: string
description: "Version of Boost to install"
required: false
default: '1.84.0'
default: '1.83.0'

outputs:
artifact-name:
Expand Down

0 comments on commit 24edeb7

Please sign in to comment.