File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 tox :
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-22 .04
1616 strategy :
1717 fail-fast : false
1818 matrix :
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 :
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 :
Original file line number Diff line number Diff line change 88
99jobs :
1010 tox :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212 strategy :
1313 fail-fast : false
1414 matrix :
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 :
You can’t perform that action at this time.
0 commit comments