Skip to content

Commit

Permalink
Use Ubuntu 20 runner since the latest version doesn't have python 3.5…
Browse files Browse the repository at this point in the history
… and 3.6
  • Loading branch information
ipeterov committed Jan 30, 2023
1 parent 329e261 commit 0011609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-and-codestyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
status_message_id: ${{ steps.slack.outputs.message_id }}

tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # No python 3.5 / 3.6 for ubuntu-22
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0011609

Please sign in to comment.