aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-12-07 15:27:00 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-12-07 15:27:00 +0100
commit69cba0ae9cbe23b992f52f544c36e1f03ecb157a (patch)
tree11071b131c8e8520450f94a196d71fecc14cc5a5 /.github/workflows/ci.yml
parentfix preludes in bash scripts (diff)
downloadlinux-status-69cba0ae9cbe23b992f52f544c36e1f03ecb157a.tar.gz
linux-status-69cba0ae9cbe23b992f52f544c36e1f03ecb157a.zip
workflows/ci: fix Python 3.6 testsv2.3.2
Diffstat (limited to '.github/workflows/ci.yml')
-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