Skip to content

Commit 02a5f4b

Browse files
upgrade github actions
1 parent 2ee15fa commit 02a5f4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

160160

161161
build-linux:
162-
runs-on: ubuntu-18.04
162+
runs-on: ubuntu-20.04
163163
strategy:
164164
# You can use PyPy versions in python-version.
165165
# For example, pypy2 and pypy3
@@ -294,7 +294,7 @@ jobs:
294294
path: dist/*
295295

296296
source-distro:
297-
runs-on: ubuntu-18.04
297+
runs-on: ubuntu-20.04
298298

299299
steps:
300300
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -339,7 +339,7 @@ jobs:
339339
path: dist/*
340340

341341
dynamic-distro:
342-
runs-on: ubuntu-18.04
342+
runs-on: ubuntu-20.04
343343

344344
steps:
345345
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)