Skip to content

Commit

Permalink
Hardcode Ubuntu 20.04 in GitHub actions
Browse files Browse the repository at this point in the history
Python 3.6 is not supported on ubuntu-latest, and we need to keep
supporting it. See more info at actions/setup-python#543
  • Loading branch information
knatten committed Dec 10, 2022
1 parent 1c8cec9 commit efecfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
Expand Down

0 comments on commit efecfbb

Please sign in to comment.