We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924bcee commit 6c2acf7Copy full SHA for 6c2acf7
2 files changed
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Release Builds
2
on: push
3
env:
4
- LLVM_VERSION: "21.1.8"
+ LLVM_VERSION: "22.1.1"
5
concurrency:
6
group: release-${{ github.ref }}
7
cancel-in-progress: true
@@ -42,7 +42,7 @@ jobs:
42
LLVM_USE_SANITIZER: ${{ matrix.LLVM_USE_SANITIZER }}
43
BUILD_TAG: ${{ matrix.BUILD_TAG }}
44
steps:
45
- - uses: spatial-model-editor/setup-ci@2025.10.15
+ - uses: spatial-model-editor/setup-ci@2026.03.23
46
with:
47
cache_id: ${{ matrix.BUILD_TAG }}
48
- uses: actions/checkout@v6
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: mixed-line-ending
12
exclude: '.*\.diff$'
13
- repo: https://github.com/rhysd/actionlint
14
- rev: v1.7.10
+ rev: v1.7.11
15
hooks:
16
- id: actionlint
17
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
0 commit comments