We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1c513 commit d7f4caaCopy full SHA for d7f4caa
.github/workflows/Test.yml
@@ -65,9 +65,8 @@ jobs:
65
"CMake_jll",
66
])
67
# 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)'
+ Pkg.add(name="LLVM_full_jll", version="20")
+ Pkg.add(name="SPIRV_LLVM_Translator_jll", version="20")'
71
- name: Build PoCL
72
if: ${{ matrix.pocl == 'local' }}
73
run: |
0 commit comments