Skip to content

Commit 838d9b9

Browse files
committed
ubuntu -> 22.04
- setup-ci -> 2025.01.02 - bump versions
1 parent 4059a55 commit 838d9b9

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ name: Release Builds
22
on: push
33
env:
44
LIBSBML_VERSION: "v5.20.4"
5-
LIBEXPAT_VERSION: "R_2_6_3"
5+
LIBEXPAT_VERSION: "R_2_6_4"
66
SYMENGINE_VERSION: "master"
77
GMP_VERSION: "6.3.0"
88
MPFR_VERSION: "4.2.1"
9-
SPDLOG_VERSION: "v1.14.1"
10-
LIBTIFF_VERSION: "v4.6.0"
11-
FMT_VERSION: "11.0.2"
12-
TBB_VERSION: "v2021.13.0"
13-
DPL_VERSION: "oneDPL-2022.6.0-rc1"
9+
SPDLOG_VERSION: "v1.15.0"
10+
LIBTIFF_VERSION: "v4.7.0"
11+
FMT_VERSION: "11.1.1"
12+
TBB_VERSION: "v2022.0.0"
13+
DPL_VERSION: "oneDPL-2022.7.1-release"
1414
OPENCV_VERSION: "4.10.0"
15-
CATCH2_VERSION: "v3.7.0"
16-
BENCHMARK_VERSION: "v1.9.0"
17-
CGAL_VERSION: "v5.6.1"
18-
BOOST_VERSION: "1.86.0"
19-
BOOST_VERSION_: "1_86_0"
15+
CATCH2_VERSION: "v3.7.1"
16+
BENCHMARK_VERSION: "v1.9.1"
17+
CGAL_VERSION: "v6.0.1"
18+
BOOST_VERSION: "1.87.0"
19+
BOOST_VERSION_: "1_87_0"
2020
QCUSTOMPLOT_VERSION: "2.1.1"
2121
CEREAL_VERSION: "v1.3.2"
2222
PAGMO_VERSION: "v2.19.1"
2323
BZIP2_VERSION: "1.0.8"
2424
ZIPPER_VERSION: "master"
2525
COMBINE_VERSION: "master"
2626
FUNCTION2_VERSION: "4.2.4"
27-
VTK_VERSION: "v9.3.1"
28-
SCOTCH_VERSION: "v7.0.5"
27+
VTK_VERSION: "v9.4.1"
28+
SCOTCH_VERSION: "v7.0.6"
2929
concurrency:
3030
group: release-${{ github.ref }}
3131
cancel-in-progress: true
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
include:
39-
- os: "ubuntu-20.04"
39+
- os: "ubuntu-22.04"
4040
shell: "bash"
4141
BOOST_INSTALL_PREFIX: "/opt/smelibs"
4242
BOOST_BOOTSTRAP_OPTIONS: "--with-toolset=clang"
@@ -70,10 +70,10 @@ jobs:
7070
TBB_ENABLE_IPO: ${{ matrix.TBB_ENABLE_IPO }}
7171
VTK_OPTIONS: ${{ matrix.VTK_OPTIONS }}
7272
steps:
73-
- uses: spatial-model-editor/setup-ci@2024.10.29
73+
- uses: spatial-model-editor/setup-ci@2025.01.02
7474
with:
75-
sme_deps_llvm: "18.1.8"
76-
sme_deps_qt: "6.7.2"
75+
sme_deps_llvm: "19.1.6"
76+
sme_deps_qt: "6.8.1"
7777
- uses: actions/checkout@v4
7878
- run: ./build.sh
7979
- uses: actions/upload-artifact@v4

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ repos:
1111
- id: mixed-line-ending
1212
exclude: '.*\.diff$'
1313
- repo: https://github.com/rhysd/actionlint
14-
rev: v1.7.3
14+
rev: v1.7.5
1515
hooks:
1616
- id: actionlint
1717
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
1818
rev: v2.2.0
1919
hooks:
2020
- id: shell-fmt-go
2121
- repo: https://github.com/google/yamlfmt
22-
rev: v0.13.0
22+
rev: v0.14.0
2323
hooks:
2424
- id: yamlfmt
2525
- repo: https://github.com/cheshirekow/cmake-format-precommit

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ This repo provides the following statically compiled libraries:
3333

3434
Get the latest versions here:
3535

36-
- linux (clang 18 / Ubuntu 20.04): [sme_deps_common_linux.tgz](https://github.com/spatial-model-editor/sme_deps_common/releases/latest/download/sme_deps_common_linux.tgz)
36+
- linux (clang 19 / Ubuntu 22.04): [sme_deps_common_linux.tgz](https://github.com/spatial-model-editor/sme_deps_common/releases/latest/download/sme_deps_common_linux.tgz)
3737
- osx (Xcode 14.3 / macOS 13): [sme_deps_common_osx.tgz](https://github.com/spatial-model-editor/sme_deps_common/releases/latest/download/sme_deps_common_osx.tgz)
38-
- osx-arm64 (Xcode 15.3 / macOS 14): [sme_deps_common_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_common/releases/latest/download/sme_deps_common_osx-arm64.tgz)
38+
- osx-arm64 (Xcode 16.1 / macOS 14): [sme_deps_common_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_common/releases/latest/download/sme_deps_common_osx-arm64.tgz)
3939
- win64-mingw (mingw-w64-x86_64-gcc 14): [sme_deps_common_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps_common/releases/latest/download/sme_deps_common_win64-mingw.tgz)
4040

4141
## Updating this repo

qcustomplot/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cmake file for https://www.qcustomplot.com/
22

3-
cmake_minimum_required(VERSION 3.16...3.29)
3+
cmake_minimum_required(VERSION 3.16...3.31)
44

55
project(
66
QCustomPlot

0 commit comments

Comments
 (0)