File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11name : Release Builds
22on : push
33env :
4- LLVM_VERSION : " 18 .1.8 "
4+ LLVM_VERSION : " 19 .1.6 "
55concurrency :
66 group : release-${{ github.ref }}
77 cancel-in-progress : true
1212 fail-fast : false
1313 matrix :
1414 include :
15- - os : " ubuntu-20 .04"
15+ - os : " ubuntu-22 .04"
1616 shell : " bash"
1717 LLVM_TARGETS_TO_BUILD : " X86"
1818 - os : " macos-13"
3232 env :
3333 LLVM_TARGETS_TO_BUILD : ${{ matrix.LLVM_TARGETS_TO_BUILD }}
3434 steps :
35- - uses : spatial-model-editor/setup-ci@2024.04.23
35+ - uses : spatial-model-editor/setup-ci@2025.01.02
3636 - uses : actions/checkout@v4
3737 - name : Build script
3838 run : ./build.sh
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.6 .0
3+ rev : v5.0 .0
44 hooks :
55 - id : end-of-file-fixer
66 exclude : ' .*\.diff$'
@@ -11,15 +11,15 @@ repos:
1111 - id : mixed-line-ending
1212 exclude : ' .*\.diff$'
1313 - repo : https://github.com/rhysd/actionlint
14- rev : v1.7.1
14+ rev : v1.7.5
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.13 .0
22+ rev : v0.14 .0
2323 hooks :
2424 - id : yamlfmt
2525ci :
Original file line number Diff line number Diff line change 44
55Get the latest versions here:
66
7- - linux (clang 18 / Ubuntu 20 .04): [ sme_deps_llvm_linux.tgz] ( https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux.tgz )
7+ - 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- 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 )
9- - osx-arm64 (Xcode 15.3 / 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 )
9+ - 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 )
1010- 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 )
You can’t perform that action at this time.
0 commit comments