File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
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
- LLVM_VERSION : " 19 .1.7 "
4
+ LLVM_VERSION : " 20 .1.4 "
5
5
concurrency :
6
6
group : release-${{ github.ref }}
7
7
cancel-in-progress : true
27
27
- os : " windows-2022"
28
28
shell : " msys2 {0}"
29
29
LLVM_TARGETS_TO_BUILD : " X86"
30
+ - os : " windows-11-arm"
31
+ shell : " msys2 {0}"
32
+ LLVM_TARGETS_TO_BUILD : " AArch64"
30
33
permissions :
31
34
contents : write
32
35
defaults :
35
38
env :
36
39
LLVM_TARGETS_TO_BUILD : ${{ matrix.LLVM_TARGETS_TO_BUILD }}
37
40
steps :
38
- - uses : spatial-model-editor/setup-ci@2025.02.03
41
+ - uses : spatial-model-editor/setup-ci@2025.05.09
39
42
- uses : actions/checkout@v4
40
43
- name : Build script
41
44
run : ./build.sh
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ Get the latest versions here:
9
9
- osx (Xcode 14.3 / macOS 13): [ sme_deps_llvm_osx.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx.tgz )
10
10
- osx-arm64 (Xcode 16.1 / macOS 14): [ sme_deps_llvm_osx-arm64.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx-arm64.tgz )
11
11
- win64-mingw (mingw-w64-x86_64-gcc 14): [ sme_deps_llvm_win64-mingw.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_win64-mingw.tgz )
12
+ - win64-arm64 (mingw-w64-aarch64-gcc 14): [ sme_deps_llvm_win64-arm64.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_win64-arm64.tgz )
You can’t perform that action at this time.
0 commit comments