aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-01-01 19:17:57 -0800
committerZac Medico <zmedico@gentoo.org>2021-01-01 19:20:09 -0800
commitaa9de9f3509700b1b049d2e7d15ecfeb571fc938 (patch)
treee1275dc9fabe97672a4eb6451044bdd5934d34d7
parent.travis.yml: convert to github action (diff)
downloadportage-aa9de9f3.tar.gz
portage-aa9de9f3.tar.bz2
portage-aa9de9f3.zip
ci: upgrade workflow to ubuntu-20.04
This will be the new default soon. See: https://github.com/actions/virtual-environments/issues/1816 Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2ec4c57aa..09c944ba1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
strategy:
matrix:
python-version: