File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 18
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
+ - os : " ubuntu-22.04-arm"
22
+ shell : " bash"
21
23
- os : " macos-13"
22
24
shell : " bash"
23
25
- os : " macos-14"
31
33
env :
32
34
CONFIGURE_EXTRAS : ${{ matrix.CONFIGURE_EXTRAS }}
33
35
steps :
34
- - uses : spatial-model-editor/setup-ci@2025.01.02
36
+ - uses : spatial-model-editor/setup-ci@2025.01.30
35
37
- uses : actions/checkout@v4
36
38
- run : ./build.sh
37
39
- 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.6
14
+ rev : v1.7.7
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.14 .0
22
+ rev : v0.15 .0
23
23
hooks :
24
24
- id : yamlfmt
25
25
ci :
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and used instead of the bundled Qt version (does not apply to msvc builds)
11
11
Get the latest versions here:
12
12
13
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
+ - linux-arm64 (clang 19 / Ubuntu 22.04): [ sme_deps_qt_linux-arm64.tgz] ( https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux-arm64.tgz )
14
15
- osx (Xcode 15.2 / macOS 13 / MACOSX_DEPLOYMENT_TARGET 12): [ sme_deps_qt_osx.tgz] ( https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_osx.tgz )
15
16
- osx-arm64 (Xcode 16.1 / macOS 14 / MACOSX_DEPLOYMENT_TARGET 12): [ 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
17
- 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 )
You can’t perform that action at this time.
0 commit comments