Skip to content

Commit f8d2f3c

Browse files
committed
Update GHA CI workflows to use Ubuntu 22.04
1 parent dbee570 commit f8d2f3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
tox:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
strategy:
1717
fail-fast: false
1818
matrix:
@@ -33,7 +33,7 @@ jobs:
3333
- run: pip install -r requirements-gha.txt
3434
- run: tox -e ${{ matrix.toxenv }}
3535
k8s_itests:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-22.04
3737
env:
3838
DOCKER_REGISTRY: ""
3939
steps:
@@ -47,7 +47,7 @@ jobs:
4747
- run: pip install coveralls tox==3.2 tox-pip-extensions==1.3.0 ephemeral-port-reserve
4848
- run: make k8s_itests
4949
build_debs:
50-
runs-on: ubuntu-20.04
50+
runs-on: ubuntu-22.04
5151
strategy:
5252
fail-fast: false
5353
matrix:

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
tox:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
fail-fast: false
1414
matrix:
@@ -28,7 +28,7 @@ jobs:
2828
pypi:
2929
# lets run tests before we push anything to pypi, much like we do internally
3030
needs: tox
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
env:
3333
DOCKER_REGISTRY: ""
3434
steps:

0 commit comments

Comments
 (0)