Skip to content

Commit 0712191

Browse files
committed
update to llvm 19.x
1 parent 1d65f75 commit 0712191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install_llvm/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
default: 'llvm/llvm-project'
77
ref:
88
description: 'The llvm-project branch, tag or SHA to checkout.'
9-
default: 'llvmorg-18.1.2'
9+
default: 'release/19.x'
1010
path:
1111
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
1212
default: './llvm-project'

0 commit comments

Comments
 (0)