Skip to content

Commit

Permalink
fix: anchored ubuntu version to support Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Nov 22, 2022
1 parent 7aa64a7 commit ebc0ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint
on: [push, pull_request]
jobs:
Python:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
max-parallel: 2
matrix:
Expand Down

0 comments on commit ebc0ece

Please sign in to comment.