Skip to content

Commit 12e8f9a

Browse files
committed
ubuntu -> 22.04
- qt -> 6.8.1 - setup-ci -> 2025.01.02
1 parent df63be6 commit 12e8f9a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Builds
22
on: push
33
env:
4-
QT_VERSION: "v6.7.2"
4+
QT_VERSION: "v6.8.1"
55
ZLIB_VERSION: "v1.3.1" # not used for msvc builds
66
concurrency:
77
group: release-${{ github.ref }}
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- os: "ubuntu-20.04"
18+
- os: "ubuntu-22.04"
1919
shell: "bash"
2020
CONFIGURE_EXTRAS: "-DFEATURE_xcb=ON -DINPUT_bundled_xcb_xinput=yes -DFEATURE_libudev=OFF"
2121
- os: "macos-13"
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
CONFIGURE_EXTRAS: ${{ matrix.CONFIGURE_EXTRAS }}
3333
steps:
34-
- uses: spatial-model-editor/setup-ci@2024.04.23
34+
- uses: spatial-model-editor/setup-ci@2025.01.02
3535
- uses: actions/checkout@v4
3636
- run: ./build.sh
3737
- name: Upload binaries to release if commit is tagged

.pre-commit-config.yaml

+2-2
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
ci:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ and used instead of the bundled Qt version (does not apply to msvc builds)
1010

1111
Get the latest versions here:
1212

13-
- linux (clang 18 / Ubuntu 20.04): [sme_deps_qt_linux.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux.tgz)
13+
- linux (clang 19 / Ubuntu 22.04): [sme_deps_qt_linux.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux.tgz)
1414
- osx (Xcode 14.3 / macOS 13 / MACOSX_DEPLOYMENT_TARGET 11): [sme_deps_qt_osx.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx.tgz)
15-
- osx-arm64 (Xcode 15.3 / macOS 14): [sme_deps_qt_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx-arm64.tgz)
15+
- osx-arm64 (Xcode 16.1 / macOS 14): [sme_deps_qt_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx-arm64.tgz)
1616
- win64-mingw (mingw-w64-x86_64-gcc 14): [sme_deps_qt_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-mingw.tgz)
1717
- win32-msvc (VC++ 2015 Toolset): [sme_deps_qt_win32-msvc.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win32-msvc.tgz)
1818
- win64-msvc (VC++ 2015 Toolset): [sme_deps_qt_win64-msvc.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-msvc.tgz)

0 commit comments

Comments
 (0)