File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11name : Release Builds
22on : push
33env :
4- LLVM_VERSION : " 21.1.2 "
4+ LLVM_VERSION : " 21.1.8 "
55concurrency :
66 group : release-${{ github.ref }}
77 cancel-in-progress : true
2323 - os : " ubuntu-22.04-arm"
2424 shell : " bash"
2525 LLVM_TARGETS_TO_BUILD : " AArch64"
26- - os : " macos-13"
27- shell : " bash"
28- LLVM_TARGETS_TO_BUILD : " X86"
2926 - os : " macos-14"
3027 shell : " bash"
3128 LLVM_TARGETS_TO_BUILD : " AArch64"
@@ -45,10 +42,10 @@ jobs:
4542 LLVM_USE_SANITIZER : ${{ matrix.LLVM_USE_SANITIZER }}
4643 BUILD_TAG : ${{ matrix.BUILD_TAG }}
4744 steps :
48- - uses : spatial-model-editor/setup-ci@2025.05.09
45+ - uses : spatial-model-editor/setup-ci@2025.10.15
4946 with :
5047 cache_id : ${{ matrix.BUILD_TAG }}
51- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
5249 - name : Build script
5350 run : ./build.sh
5451 - name : Upload binaries to release if commit is tagged
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ repos:
1111 - id : mixed-line-ending
1212 exclude : ' .*\.diff$'
1313 - repo : https://github.com/rhysd/actionlint
14- rev : v1.7.8
14+ rev : v1.7.10
1515 hooks :
1616 - id : actionlint
1717 - repo : https://github.com/pecigonzalo/pre-commit-shfmt
1818 rev : v2.2.0
1919 hooks :
2020 - id : shell-fmt-go
2121 - repo : https://github.com/google/yamlfmt
22- rev : v0.17.2
22+ rev : v0.21.0
2323 hooks :
2424 - id : yamlfmt
2525ci :
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Get the latest versions here:
66
77- linux (clang 19 / Ubuntu 22.04): [ sme_deps_llvm_linux.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux.tgz )
88- linux-arm64 (clang 19 / Ubuntu 22.04): [ sme_deps_llvm_linux-arm64.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux-arm64.tgz )
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 )
109- 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 )
1110- win64-mingw (mingw-w64-x86_64-gcc 15): [ sme_deps_llvm_win64-mingw.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_win64-mingw.tgz )
1211- win64-arm64 (mingw-w64-aarch64-clang 21): [ 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