Skip to content

Commit d7f4caa

Browse files
committed
Try using LLVM and SPIRV Translator v20.
1 parent 9f1c513 commit d7f4caa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ jobs:
6565
"CMake_jll",
6666
])
6767
# versioned
68-
Pkg.add(name="LLVM_full_jll", version="19")
69-
llvm_version = "$(Base.libllvm_version.major).$(Base.libllvm_version.minor)"
70-
Pkg.add(name="SPIRV_LLVM_Translator_jll", version=llvm_version)'
68+
Pkg.add(name="LLVM_full_jll", version="20")
69+
Pkg.add(name="SPIRV_LLVM_Translator_jll", version="20")'
7170
- name: Build PoCL
7271
if: ${{ matrix.pocl == 'local' }}
7372
run: |

0 commit comments

Comments
 (0)