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