Skip to content

Commit fa2bcd3

Browse files
authored
Fix the ubuntu version for PR environment (#96)
* Fix the ubuntu version for PR environment Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 50543b8 commit fa2bcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
python-version: [3.6]
38+
python-version: [3.8]
3939
steps:
4040
- uses: actions/checkout@v2
4141
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)