File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Release Builds
2
2
on : push
3
3
env :
4
- QT_VERSION : " v6.7.2 "
4
+ QT_VERSION : " v6.8.1 "
5
5
ZLIB_VERSION : " v1.3.1" # not used for msvc builds
6
6
concurrency :
7
7
group : release-${{ github.ref }}
15
15
fail-fast : false
16
16
matrix :
17
17
include :
18
- - os : " ubuntu-20 .04"
18
+ - os : " ubuntu-22 .04"
19
19
shell : " bash"
20
20
CONFIGURE_EXTRAS : " -DFEATURE_xcb=ON -DINPUT_bundled_xcb_xinput=yes -DFEATURE_libudev=OFF"
21
21
- os : " macos-13"
31
31
env :
32
32
CONFIGURE_EXTRAS : ${{ matrix.CONFIGURE_EXTRAS }}
33
33
steps :
34
- - uses : spatial-model-editor/setup-ci@2024.04.23
34
+ - uses : spatial-model-editor/setup-ci@2025.01.02
35
35
- uses : actions/checkout@v4
36
36
- run : ./build.sh
37
37
- name : Upload binaries to release if commit is tagged
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ repos:
11
11
- id : mixed-line-ending
12
12
exclude : ' .*\.diff$'
13
13
- repo : https://github.com/rhysd/actionlint
14
- rev : v1.7.3
14
+ rev : v1.7.5
15
15
hooks :
16
16
- id : actionlint
17
17
- repo : https://github.com/pecigonzalo/pre-commit-shfmt
18
18
rev : v2.2.0
19
19
hooks :
20
20
- id : shell-fmt-go
21
21
- repo : https://github.com/google/yamlfmt
22
- rev : v0.13 .0
22
+ rev : v0.14 .0
23
23
hooks :
24
24
- id : yamlfmt
25
25
ci :
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ and used instead of the bundled Qt version (does not apply to msvc builds)
10
10
11
11
Get the latest versions here:
12
12
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 )
14
14
- 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 )
16
16
- 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 )
17
17
- 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 )
18
18
- 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 )
You can’t perform that action at this time.
0 commit comments