Skip to content

Commit 1dfe2ba

Browse files
committed
fixed Ubuntu version at 20.04
1 parent edc7753 commit 1dfe2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
lint:
1717
name: Run some linting
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-20.04
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)