aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-11-28 00:30:44 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-11-28 00:30:44 +0100
commit86e62484b57f91ab88b8ce88617342e2fd6afd6d (patch)
tree6cb24d4fb97683bbc4128f2a6271e249aee6da2d /.github
parentworkflows/ci: set-output is deprecated (diff)
downloadcgitize-86e62484b57f91ab88b8ce88617342e2fd6afd6d.tar.gz
cgitize-86e62484b57f91ab88b8ce88617342e2fd6afd6d.zip
workflows/ci: fix Python 3.6 tests
https://github.com/actions/setup-python/issues/544
Diffstat (limited to '.github')
-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 facfb65..cc56e5c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,9 @@ on:
jobs:
test_local:
- runs-on: ubuntu-latest
+ # Unpin when this is fixed:
+ # https://github.com/actions/setup-python/issues/544
+ runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']