File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 test :
1616 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.memory_backend }} - PoCL ${{ matrix.pocl }}
1717 runs-on : ${{ matrix.os }}
18- timeout-minutes : 100
18+ timeout-minutes : 120
1919 permissions : # needed to allow julia-actions/cache to proactively delete old caches that it has created
2020 actions : write
2121 contents : read
2222 strategy :
2323 fail-fast : false
2424 matrix :
2525 version : ['1.10', '1.12']
26- os : [ubuntu-24.04-arm, macOS-15 , macOS-15-intel, windows-2022]
26+ os : [ubuntu-24.04-arm, macOS-26 , macOS-15-intel, windows-2022]
2727 arch : [x64, arm64]
2828 pocl : [jll]
2929 memory_backend : [usm, svm, buffer]
@@ -36,14 +36,14 @@ jobs:
3636 - os : ubuntu-24.04-arm
3737 arch : x64
3838 # macOS 13 is Intel-only, while macOS 14+ only support Apple Silicon
39- - os : macOS-15
39+ - os : macOS-26
4040 arch : x64
4141 - os : macOS-15-intel
4242 arch : arm64
4343 # we only test building PoCL on Linux
4444 - os : macOS-15-intel
4545 pocl : local
46- - os : macOS-15
46+ - os : macOS-26
4747 pocl : local
4848 - os : windows-2022
4949 pocl : local
5252 memory_backend : svm
5353 - os : macOS-15-intel
5454 memory_backend : buffer
55- - os : macOS-15
55+ - os : macOS-26
5656 memory_backend : svm
57- - os : macOS-15
57+ - os : macOS-26
5858 memory_backend : buffer
5959 steps :
6060 - name : Checkout OpenCL.jl
You can’t perform that action at this time.
0 commit comments