Skip to content

Commit afeb408

Browse files
authored
Merge pull request #3086 from UlisesGascon/fix/python2.x-in-github-actions
fix: Anchored ubuntu version to support Python 2.7 in Github Actions
2 parents b02d187 + ebc0ece commit afeb408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint
22
on: [push, pull_request]
33
jobs:
44
Python:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-20.04
66
strategy:
77
max-parallel: 2
88
matrix:

0 commit comments

Comments
 (0)