diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-03-10 17:24:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-11 18:52:06 +0000 |
commit | 6b6ca068df16acb13e7e109b6355bc398dbbdeb1 (patch) | |
tree | 168fb7e31bf7104ddbc57c08d499d91582c30417 | |
parent | DEVELOPING: update release process (diff) | |
download | portage-6b6ca068df16acb13e7e109b6355bc398dbbdeb1.tar.gz portage-6b6ca068df16acb13e7e109b6355bc398dbbdeb1.tar.bz2 portage-6b6ca068df16acb13e7e109b6355bc398dbbdeb1.zip |
github ci: bump Ubuntu to 22.04
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Closes: https://github.com/gentoo/portage/pull/1006
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |