Skip to content

Commit

Permalink
ci: bump ubuntu runner versions
Browse files Browse the repository at this point in the history
This patch does not update dependency for reusable_testing since this
script is a part of DevX team responsibility and needs a separate check.
  • Loading branch information
DifferentialOrange committed May 24, 2024
1 parent 5507a6e commit 8d0f365
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/packing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: (github.event_name == 'push') ||
(github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
if: (github.event_name == 'push') ||
(github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- run_tests_pip_package_linux
- run_tests_pip_package_windows

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
if: (github.event_name == 'push') ||
(github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

container:
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
if: (github.event_name == 'push') ||
(github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

container:
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
needs:
- run_tests_rpm

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
if: (github.event_name == 'push') ||
(github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
if: (github.event_name == 'push') ||
(github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

container:
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
needs:
- run_tests_deb

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
(github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository)

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
github.event.pull_request.head.repo.full_name != github.repository &&
github.event.label.name == 'full-ci')

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
if: (github.event_name == 'push') ||
(github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down

0 comments on commit 8d0f365

Please sign in to comment.