Skip to content

Commit

Permalink
Pin ubuntu version (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Dec 8, 2022
1 parent 53557a1 commit 09b0822
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -61,7 +61,10 @@ jobs:

test:
name: Test
runs-on: ubuntu-latest
# Specific ubuntu version to support python 3.6 testing
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877 for details
# move to ubuntu-latest when we drop 3.6
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
Expand Down

0 comments on commit 09b0822

Please sign in to comment.