Skip to content

Commit e9b12d0

Browse files
committed
18.1.8
1 parent cf2bf20 commit e9b12d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Release Builds
22
on: push
33
env:
4-
LLVM_VERSION: "18.1.5"
4+
LLVM_VERSION: "18.1.8"
5+
concurrency:
6+
group: release-${{ github.ref }}
7+
cancel-in-progress: true
58
jobs:
69
build:
710
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)