File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11name : Release Builds
22on : push
33env :
4- LLVM_VERSION : " 19.1.6 "
4+ LLVM_VERSION : " 19.1.7 "
55concurrency :
66 group : release-${{ github.ref }}
77 cancel-in-progress : true
1515 - os : " ubuntu-22.04"
1616 shell : " bash"
1717 LLVM_TARGETS_TO_BUILD : " X86"
18+ - os : " ubuntu-22.04-arm"
19+ shell : " bash"
20+ LLVM_TARGETS_TO_BUILD : " AArch64"
1821 - os : " macos-13"
1922 shell : " bash"
2023 LLVM_TARGETS_TO_BUILD : " X86"
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.6
14+ rev : v1.7.7
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.14 .0
22+ rev : v0.15 .0
2323 hooks :
2424 - id : yamlfmt
2525ci :
You can’t perform that action at this time.
0 commit comments