Skip to content

Commit c954192

Browse files
committed
Bumped version of pocl
1 parent 7641153 commit c954192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ jobs:
658658
if [[ "${{matrix.GEN}}" == "Ninja Multi-Config" && ! `which ninja` ]]; then brew install ninja; fi &&
659659
# We need to provide an OpenCL driver for Intel CPU on mac
660660
brew install pocl
661-
echo "OCL_ICD_VENDORS=/opt/homebrew/Cellar/pocl/5.0/etc/OpenCL/vendors" >> $GITHUB_ENV
661+
echo "OCL_ICD_VENDORS=/opt/homebrew/Cellar/pocl/6.0/etc/OpenCL/vendors" >> $GITHUB_ENV
662662
cmake --version
663663
664664
- name: Install dependencies (Homebrew)

0 commit comments

Comments
 (0)