aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-24 11:30:59 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-24 11:30:59 +0100
commitdb63b8b5714d5d901064f9aaa52aebfa47cdeb52 (patch)
tree373e4b0143614235908a5791fd87eb9b158cf74a /.github/workflows
parentdebian/README: update (diff)
parentworkflows/ci: fix Python 3.6 tests (diff)
downloadlinux-status-db63b8b5714d5d901064f9aaa52aebfa47cdeb52.tar.gz
linux-status-db63b8b5714d5d901064f9aaa52aebfa47cdeb52.zip
Merge branch 'master' into debian
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b72f37a..71227f3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,9 @@ jobs:
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
- runs-on: ubuntu-latest
+ # Unpin when this is fixed:
+ # https://github.com/actions/setup-python/issues/544
+ runs-on: ubuntu-20.04
name: 'Python ${{ matrix.python-version }}'
steps:
- name: Checkout