From 60a87a017f339fba33f98c2ab98c8e8cbe76d5c4 Mon Sep 17 00:00:00 2001 From: Oleg Pipikin Date: Mon, 5 Aug 2024 14:31:49 +0000 Subject: [PATCH] tmp --- .github/workflows/code_snippets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_snippets.yml b/.github/workflows/code_snippets.yml index 7c36c5555bf90c..7c95488e784ffd 100644 --- a/.github/workflows/code_snippets.yml +++ b/.github/workflows/code_snippets.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: ['ubuntu-22.04', 'macos-latest', 'windows-latest'] + os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-latest', 'windows-latest'] runs-on: ${{ matrix.os }} steps: - name: Clone OpenVINO @@ -46,4 +46,4 @@ jobs: run: cmake -DCMAKE_BUILD_TYPE=Release -DTHREADING=SEQ -DENABLE_TESTS=ON -B build - name: Build snippets - run: cmake --build build --target openvino_docs_snippets --parallel + run: cmake --build build --target openvino_docs_snippets