diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index d41ac14d..c54588de 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -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