From 4de8ad55043fb87ac66d618c0f9dca12a545e8be Mon Sep 17 00:00:00 2001 From: Mark Turner <64978342+Opt-Mucca@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:57:52 +0100 Subject: [PATCH] Update build_binaries.yml Updates default versions --- .github/workflows/build_binaries.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 5d62e83..c9939ec 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -35,17 +35,17 @@ on: type: string description: GCG version to use required: true - default: "3.6.2" + default: "3.7.0" scip_version: type: string description: SCIP version to use required: true - default: "9.1.1" + default: "9.2.0" soplex_version: type: string description: Soplex version to use required: true - default: "7.1.1" + default: "7.1.2" ipopt_version: type: string description: IPOPT version to use