diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 405e36275e..407cbef878 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -184,7 +184,7 @@ jobs: defaults: run: shell: bash - runs-on: macos-13-large + runs-on: macos-13 env: OV_INSTALL_DIR: ${{ github.workspace }}/ov @@ -227,7 +227,7 @@ jobs: run: | source ${OV_INSTALL_DIR}/setupvars.sh python -m pip install ./thirdparty/openvino_tokenizers/[transformers] -r ./tests/python_tests/requirements.txt --find-links ${OV_INSTALL_DIR}/tools --upgrade-strategy eager - python -m pytest ./tests/python_tests/ --ignore ./tests/python_tests/test_whisper_generate_api.py + python -m pytest ./tests/python_tests/ --ignore ./tests/python_tests/test_whisper_generate_api.py --ignore ./tests/python_tests/test_vlm_api.py env: PYTHONPATH: "./build/:$PYTHONPATH" @@ -248,7 +248,7 @@ jobs: defaults: run: shell: bash - runs-on: macos-13-large + runs-on: macos-13 env: OV_INSTALL_DIR: ${{ github.workspace }}/ov