Skip to content

Commit 95039b8

Browse files
Reduce macOS runs on CI (#397)
1 parent 9dd1049 commit 95039b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/Test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ jobs:
4747
pocl: local
4848
- os: windows-2025
4949
pocl: local
50+
# Remove these exclusions once macOS CI hangs are fixed
51+
- os: macOS-15-intel
52+
memory_backend: svm
53+
- os: macOS-15-intel
54+
memory_backend: buffer
55+
- os: macOS-15
56+
memory_backend: svm
57+
- os: macOS-15
58+
memory_backend: buffer
5059
steps:
5160
- name: Checkout OpenCL.jl
5261
uses: actions/checkout@v5

0 commit comments

Comments
 (0)