commit: 6b6ca068df16acb13e7e109b6355bc398dbbdeb1 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Mar 10 16:24:21 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 11 18:52:06 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6b6ca068
github ci: bump Ubuntu to 22.04 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> Closes: https://github.com/gentoo/portage/pull/1006 Signed-off-by: Sam James <sam <AT> gentoo.org> .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e6861b6c..f113a5c4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python-version:
