Skip to content

Commit

Permalink
Use ubuntu 20.04 instead of ubuntu-latest to run tests
Browse files Browse the repository at this point in the history
looks like the setup action does not work correctly with the latest ubuntu runner. See actions/setup-python#543 for more information.
  • Loading branch information
jadolg committed Nov 20, 2022
1 parent 607c25a commit f053d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

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

0 comments on commit f053d90

Please sign in to comment.