Skip to content

Commit f2a4f1a

Browse files
committed
Use ubuntu 20 for build as 22 doesn't support properly 3.6
1 parent f7f9a9f commit f2a4f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
deploy:
5959

60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-20.04
6161

6262
steps:
6363
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)