Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
pocl: local
- os: windows-2025
pocl: local
# Remove these exclusions once macOS CI hangs are fixed
- os: macOS-15-intel
memory_backend: svm
- os: macOS-15-intel
memory_backend: buffer
- os: macOS-15
memory_backend: svm
- os: macOS-15
memory_backend: buffer
steps:
- name: Checkout OpenCL.jl
uses: actions/checkout@v5
Expand Down
Loading