Skip to content

Commit 9e30651

Browse files
authored
[GHA] Get rid of Ubuntu 20 runners (#28938)
Support of Ubuntu 20.04 ends in April Signed-off-by: Alina Kladieva <alina.kladieva@intel.com>
1 parent 9972dc1 commit 9e30651

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: read-all
1414

1515
jobs:
1616
Build_Doc:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
if: ${{ github.repository_owner == 'openvinotoolkit' }}
1919
steps:
2020
- name: Clone OpenVINO

.github/workflows/py_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions: read-all
2424

2525
jobs:
2626
linters:
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828
if: ${{ github.repository_owner == 'openvinotoolkit' }}
2929
steps:
3030
- name: Clone OpenVINO

0 commit comments

Comments
 (0)