Skip to content

Commit 8282f40

Browse files
committed
Update to new Action version
1 parent 8d99a66 commit 8282f40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
runs-on: ${{ matrix.runs-on }}
3737
setup-mlir: true
38-
setup-mlir-tag: 2025.11.25
38+
llvm-version: 21.1.7
3939

4040
# Downloads the previously generated artifacts and deploys to PyPI on published releases.
4141
deploy:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
with:
213213
runs-on: ${{ matrix.runs-on }}
214214
setup-mlir: true
215-
setup-mlir-tag: 2025.11.25
215+
llvm-version: 21.1.7
216216

217217
python-linter:
218218
name: 🐍 Lint

0 commit comments

Comments
 (0)