Skip to content

Commit 6c2acf7

Browse files
committed
llvm -> 22, bump setup-ci
1 parent 924bcee commit 6c2acf7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Builds
22
on: push
33
env:
4-
LLVM_VERSION: "21.1.8"
4+
LLVM_VERSION: "22.1.1"
55
concurrency:
66
group: release-${{ github.ref }}
77
cancel-in-progress: true
@@ -42,7 +42,7 @@ jobs:
4242
LLVM_USE_SANITIZER: ${{ matrix.LLVM_USE_SANITIZER }}
4343
BUILD_TAG: ${{ matrix.BUILD_TAG }}
4444
steps:
45-
- uses: spatial-model-editor/setup-ci@2025.10.15
45+
- uses: spatial-model-editor/setup-ci@2026.03.23
4646
with:
4747
cache_id: ${{ matrix.BUILD_TAG }}
4848
- uses: actions/checkout@v6

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: mixed-line-ending
1212
exclude: '.*\.diff$'
1313
- repo: https://github.com/rhysd/actionlint
14-
rev: v1.7.10
14+
rev: v1.7.11
1515
hooks:
1616
- id: actionlint
1717
- repo: https://github.com/pecigonzalo/pre-commit-shfmt

0 commit comments

Comments
 (0)