File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ jobs:
27
27
- os : " windows-2022"
28
28
shell : " msys2 {0}"
29
29
CONFIGURE_EXTRAS : " -DQT_QMAKE_TARGET_MKSPEC=win32-g++"
30
+ - os : " windows-11-arm"
31
+ shell : " msys2 {0}"
30
32
defaults :
31
33
run :
32
34
shell : ${{ matrix.shell }}
33
35
env :
34
36
CONFIGURE_EXTRAS : ${{ matrix.CONFIGURE_EXTRAS }}
35
37
steps :
36
- - uses : spatial-model-editor/setup-ci@2025.02.03
38
+ - uses : spatial-model-editor/setup-ci@2025.05.09
37
39
- uses : actions/checkout@v4
38
40
- run : ./build.sh
39
41
- name : Upload binaries to release if commit is tagged
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Get the latest versions here:
15
15
- osx (Xcode 14.3 / 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 )
16
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 )
17
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 )
18
+ - win64-arm64 (mingw-w64-aarch64-gcc 14): [ sme_deps_qt_win64-arm64.tgz] ( https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_win64-arm64.tgz )
18
19
- 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 )
19
20
- 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 )
20
21
You can’t perform that action at this time.
0 commit comments