Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 24edeb7

Browse files
committed
Set default Boost version to 1.83.0
1 parent eb4c86d commit 24edeb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
CONTAINER_TMP: /opt/
3030
HOST_TMP: /home/runner/work/_temp/
3131
DEBIAN_FRONTEND: noninteractive
32-
BOOST_VERSION: "1.84.0"
32+
BOOST_VERSION: "1.83.0"
3333

3434
container:
3535
image: ubuntu:22.04

.github/workflows/reusable-generate-proofs-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
type: string
3434
description: "Version of Boost to install"
3535
required: false
36-
default: '1.84.0'
36+
default: '1.83.0'
3737

3838
outputs:
3939
artifact-name:

0 commit comments

Comments
 (0)