Skip to content

Commit 153ca45

Browse files
committed
Try LLVM 19.
1 parent d7f4caa commit 153ca45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
"CMake_jll",
6666
])
6767
# versioned
68-
Pkg.add(name="LLVM_full_jll", version="20")
69-
Pkg.add(name="SPIRV_LLVM_Translator_jll", version="20")'
68+
Pkg.add(name="LLVM_full_jll", version="19")
69+
Pkg.add(name="SPIRV_LLVM_Translator_jll", version="19")'
7070
- name: Build PoCL
7171
if: ${{ matrix.pocl == 'local' }}
7272
run: |

0 commit comments

Comments
 (0)