We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9972dc1 commit 9e30651Copy full SHA for 9e30651
.github/workflows/build_doc.yml
@@ -14,7 +14,7 @@ permissions: read-all
14
15
jobs:
16
Build_Doc:
17
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
18
if: ${{ github.repository_owner == 'openvinotoolkit' }}
19
steps:
20
- name: Clone OpenVINO
.github/workflows/py_checks.yml
@@ -24,7 +24,7 @@ permissions: read-all
24
25
26
linters:
27
28
29
30
0 commit comments