Skip to content

Commit 8cfb4e1

Browse files
committed
Test newer macos
1 parent 0cd46eb commit 8cfb4e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -52,9 +52,9 @@ jobs:
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

0 commit comments

Comments
 (0)