File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
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 : " 18 .1.8 "
4
+ LLVM_VERSION : " 19 .1.6 "
5
5
concurrency :
6
6
group : release-${{ github.ref }}
7
7
cancel-in-progress : true
12
12
fail-fast : false
13
13
matrix :
14
14
include :
15
- - os : " ubuntu-20 .04"
15
+ - os : " ubuntu-22 .04"
16
16
shell : " bash"
17
17
LLVM_TARGETS_TO_BUILD : " X86"
18
18
- os : " macos-13"
32
32
env :
33
33
LLVM_TARGETS_TO_BUILD : ${{ matrix.LLVM_TARGETS_TO_BUILD }}
34
34
steps :
35
- - uses : spatial-model-editor/setup-ci@2024.04.23
35
+ - uses : spatial-model-editor/setup-ci@2025.01.02
36
36
- uses : actions/checkout@v4
37
37
- name : Build script
38
38
run : ./build.sh
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : end-of-file-fixer
6
6
exclude : ' .*\.diff$'
@@ -11,15 +11,15 @@ repos:
11
11
- id : mixed-line-ending
12
12
exclude : ' .*\.diff$'
13
13
- repo : https://github.com/rhysd/actionlint
14
- rev : v1.7.1
14
+ rev : v1.7.5
15
15
hooks :
16
16
- id : actionlint
17
17
- repo : https://github.com/pecigonzalo/pre-commit-shfmt
18
18
rev : v2.2.0
19
19
hooks :
20
20
- id : shell-fmt-go
21
21
- repo : https://github.com/google/yamlfmt
22
- rev : v0.13 .0
22
+ rev : v0.14 .0
23
23
hooks :
24
24
- id : yamlfmt
25
25
ci :
Original file line number Diff line number Diff line change 4
4
5
5
Get the latest versions here:
6
6
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 )
8
8
- 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 )
10
10
- 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