File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,17 @@ jobs:
3636 os : ubuntu-latest
3737 arch : x64
3838 pocl : local
39- allow_failure : true
39+ allow_failure : false
4040 - version : ' 1.11'
4141 os : ubuntu-latest
4242 arch : x64
4343 pocl : local
4444 allow_failure : false
45+ - version : ' 1.12'
46+ os : ubuntu-latest
47+ arch : x64
48+ pocl : local
49+ allow_failure : false
4550# - version: 'nightly'
4651# os: ubuntu-latest
4752# arch: x64
@@ -60,18 +65,15 @@ jobs:
6065#
6166 steps :
6267 - uses : actions/checkout@v4
63- - uses : julia-actions/setup-julia @v2
68+ - uses : julia-actions/install-juliaup @v2
6469 with :
65- version : ${{ matrix.version }}
66- arch : ${{ matrix.arch }}
67- show-versioninfo : true
70+ channel : ${{ matrix.version }}
6871 - uses : julia-actions/cache@v2
6972 - name : Checkout pocl
7073 if : ${{ matrix.pocl == 'local' }}
7174 uses : actions/checkout@v4
7275 with :
73- repository : pjaaskel/pocl
74- ref : UnreachableToReturns-fixes
76+ repository : pocl/pocl
7577 path : pocl
7678 - name : Install system dependencies
7779 if : ${{ matrix.pocl == 'local' }}
9395 "CMake_jll",
9496 ])
9597 # versioned
96- Pkg.add(name="LLVM_full_jll", version="19 ")
97- Pkg.add(name="SPIRV_LLVM_Translator_jll", version="19 ")'
98+ Pkg.add(name="LLVM_full_jll", version="20 ")
99+ Pkg.add(name="SPIRV_LLVM_Translator_jll", version="20 ")'
98100 - name : Build PoCL
99101 if : ${{ matrix.pocl == 'local' }}
100102 run : |
You can’t perform that action at this time.
0 commit comments