Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
olpipi committed Aug 5, 2024
1 parent 45aae98 commit 60a87a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 60a87a0

Please sign in to comment.