diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 12:52:56 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 12:52:56 +0100 |
commit | 1acb1dd3dd20164a8959dc9a50d1f6401c0937d4 (patch) | |
tree | 2d75c284386533959cd702761951cec6ae80f1aa /.github | |
parent | workflows/ci: drop Python 3.6 (diff) | |
download | cgitize-1acb1dd3dd20164a8959dc9a50d1f6401c0937d4.tar.gz cgitize-1acb1dd3dd20164a8959dc9a50d1f6401c0937d4.zip |
workflows/ci: unpin runner image
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0585f94..e092409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,7 @@ on: jobs: test_local: - # Unpin when this is fixed: - # https://github.com/actions/setup-python/issues/544 - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: python-version: ['3.7', '3.8', '3.9', '3.10'] |