Skip to content

Commit 8a4b36b

Browse files
committed
[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 037f9f2 commit 8a4b36b

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
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
Build_Doc:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Clone OpenVINO
1717
uses: actions/checkout@v4

.github/workflows/py_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222

2323
jobs:
2424
linters:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
steps:
2727
- name: Clone OpenVINO
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)