Skip to content

Commit 30dc931

Browse files
committed
tbb
1 parent 382bcbc commit 30dc931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/causal_lm_cpp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ jobs:
685685
strategy:
686686
fail-fast: false
687687
# 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]}
689689
runs-on: ${{ matrix.runs-on }}
690690
steps:
691691
- uses: actions/checkout@v4
@@ -697,12 +697,12 @@ jobs:
697697
run: >
698698
curl ${{ env.l_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
699699
&& sudo ./ov/install_dependencies/install_openvino_dependencies.sh
700-
- if: ${{ 'macos-12' == matrix.runs-on }}
700+
- if: ${{ 'macos-13' == matrix.runs-on }}
701701
run: >
702702
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
703703
&& brew install coreutils scons
704704
- 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
706706
- name: Download and convert a model and an image
707707
run: |
708708
source ./ov/setupvars.sh

0 commit comments

Comments
 (0)