File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -685,7 +685,7 @@ jobs:
685
685
strategy :
686
686
fail-fast : false
687
687
# Windows fails to compile Jinja2Cpp.
688
- matrix : {runs-on: [ubuntu-20.04-4-cores, macos-12 ]}
688
+ matrix : {runs-on: [ubuntu-20.04-4-cores, macos-13 ]}
689
689
runs-on : ${{ matrix.runs-on }}
690
690
steps :
691
691
- uses : actions/checkout@v4
@@ -697,12 +697,12 @@ jobs:
697
697
run : >
698
698
curl ${{ env.l_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
699
699
&& sudo ./ov/install_dependencies/install_openvino_dependencies.sh
700
- - if : ${{ 'macos-12 ' == matrix.runs-on }}
700
+ - if : ${{ 'macos-13 ' == matrix.runs-on }}
701
701
run : >
702
702
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
703
703
&& brew install coreutils scons
704
704
- run : OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
705
- - run : LD_LYBRARY_PATH= ./ov/runtime/3rdparty/tbb/lib/:$LD_LYBRARY_PATH cmake --build ./build/ --config Release --target visual_language_chat -j
705
+ - run : source ./ov/setupvars.sh cmake --build ./build/ --config Release --target visual_language_chat -j 10
706
706
- name : Download and convert a model and an image
707
707
run : |
708
708
source ./ov/setupvars.sh
You can’t perform that action at this time.
0 commit comments