Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: .github/workflows/
Date: Sat, 02 Jan 2021 06:00:14
Message-Id: 1609557609.aa9de9f3509700b1b049d2e7d15ecfeb571fc938.zmedico@gentoo
1 commit: aa9de9f3509700b1b049d2e7d15ecfeb571fc938
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 03:17:57 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 03:20:09 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=aa9de9f3
7
8 ci: upgrade workflow to ubuntu-20.04
9
10 This will be the new default soon.
11
12 See: https://github.com/actions/virtual-environments/issues/1816
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 .github/workflows/ci.yml | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
19 index 2ec4c57aa..09c944ba1 100644
20 --- a/.github/workflows/ci.yml
21 +++ b/.github/workflows/ci.yml
22 @@ -9,7 +9,7 @@ on:
23 jobs:
24 build:
25
26 - runs-on: ubuntu-latest
27 + runs-on: ubuntu-20.04
28 strategy:
29 matrix:
30 python-version: