We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2bf20 commit e9b12d0Copy full SHA for e9b12d0
.github/workflows/release.yml
@@ -1,7 +1,10 @@
1
name: Release Builds
2
on: push
3
env:
4
- LLVM_VERSION: "18.1.5"
+ LLVM_VERSION: "18.1.8"
5
+concurrency:
6
+ group: release-${{ github.ref }}
7
+ cancel-in-progress: true
8
jobs:
9
build:
10
runs-on: ${{ matrix.os }}
0 commit comments