We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed64c4 commit 807a04aCopy full SHA for 807a04a
.github/workflows/presubmit.yml
@@ -658,7 +658,7 @@ jobs:
658
if [[ "${{matrix.GEN}}" == "Ninja Multi-Config" && ! `which ninja` ]]; then brew install ninja; fi &&
659
# We need to provide an OpenCL driver for Intel CPU on mac
660
brew install pocl
661
- echo "OCL_ICD_VENDORS=/opt/homebrew/Cellar/pocl/5.0/etc/OpenCL/vendors" >> $GITHUB_ENV
+ echo "OCL_ICD_VENDORS=/opt/homebrew/Cellar/pocl/6.0/etc/OpenCL/vendors" >> $GITHUB_ENV
662
cmake --version
663
664
- name: Install dependencies (Homebrew)
0 commit comments