We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee15fa commit 02a5f4bCopy full SHA for 02a5f4b
.github/workflows/build.yml
@@ -159,7 +159,7 @@ jobs:
159
160
161
build-linux:
162
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
163
strategy:
164
# You can use PyPy versions in python-version.
165
# For example, pypy2 and pypy3
@@ -294,7 +294,7 @@ jobs:
294
path: dist/*
295
296
source-distro:
297
298
299
steps:
300
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -339,7 +339,7 @@ jobs:
339
340
341
dynamic-distro:
342
343
344
345
0 commit comments