Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Apr 10, 2024
1 parent ad35ddb commit 86e72ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Release Builds
on: push

env:
LLVM_VERSION: "18.1.0"
QT_VERSION: "6.6.2"
LLVM_VERSION: "18.1.3"
QT_VERSION: "6.7.0"
LIBSBML_VERSION: "development"
LIBEXPAT_VERSION: "R_2_6_1"
LIBEXPAT_VERSION: "R_2_6_2"
SYMENGINE_VERSION: "master"
GMP_VERSION: "6.3.0"
MPFR_VERSION: "4.2.1"
Expand All @@ -16,7 +16,7 @@ env:
TBB_VERSION: "fix_1145_missing_threads_dependency_static_build"
DPL_VERSION: "oneDPL-2022.2.0-rc1"
OPENCV_VERSION: "4.9.0"
CATCH2_VERSION: "v3.5.3"
CATCH2_VERSION: "v3.5.4"
BENCHMARK_VERSION: "v1.8.3"
CGAL_VERSION: "v5.6.1"
BOOST_VERSION: "1.84.0"
Expand Down

0 comments on commit 86e72ab

Please sign in to comment.