Skip to content

Commit a1f79db

Browse files
Fix PoCL local build by using LLVM 20 (#412)
1 parent 3bc64c0 commit a1f79db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
])
100100
101101
# versioned
102-
Pkg.add(name="LLVM_full_jll", version="19")
103-
Pkg.add(name="SPIRV_LLVM_Translator_jll", version="19")'
102+
Pkg.add(name="LLVM_full_jll", version="20")
103+
Pkg.add(name="SPIRV_LLVM_Translator_jll", version="20")'
104104
105105
- name: Build PoCL
106106
if: ${{ matrix.pocl == 'local' }}

0 commit comments

Comments
 (0)