File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ jobs:
2727 - os : " windows-2022"
2828 shell : " msys2 {0}"
2929 CONFIGURE_EXTRAS : " -DQT_QMAKE_TARGET_MKSPEC=win32-g++"
30+ - os : " windows-11-arm"
31+ shell : " msys2 {0}"
3032 defaults :
3133 run :
3234 shell : ${{ matrix.shell }}
3335 env :
3436 CONFIGURE_EXTRAS : ${{ matrix.CONFIGURE_EXTRAS }}
3537 steps :
36- - uses : spatial-model-editor/setup-ci@2025.02.03
38+ - uses : spatial-model-editor/setup-ci@2025.05.09
3739 - uses : actions/checkout@v4
3840 - run : ./build.sh
3941 - 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:
1515- 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 )
1616- 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 )
1717- 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 )
1819- 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 )
1920- 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 )
2021
You can’t perform that action at this time.
0 commit comments