Skip to content

Commit d8e8d7a

Browse files
committed
Update ci.yaml
1 parent d61102a commit d8e8d7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest]
10-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
10+
python-version: ["3.12"] # ["3.9", "3.10", "3.11", "3.12", "3.13"]
1111

1212
runs-on: ${{ matrix.os }}
1313

@@ -28,11 +28,11 @@ jobs:
2828
sudo apt-get install -y pocl-opencl-icd ocl-icd-opencl-dev gcc clinfo
2929
clinfo
3030
31-
- name: Install OpenCL dependencies (macOS only)
31+
- name: Verify OpenCL on macOS (use Apple's OpenCL framework)
3232
if: runner.os == 'macOS'
3333
run: |
34-
brew install pocl clinfo
3534
clinfo || echo "Ignoring clinfo errors on macOS"
35+
ls -l /System/Library/Frameworks/OpenCL.framework || echo "OpenCL framework missing"
3636
3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)