Skip to content

Commit 36357a0

Browse files
committed
Update gh actions
1 parent c20d7d5 commit 36357a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: psf/black@stable
1212

1313
check-doc:
14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-20.04
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -38,7 +38,7 @@ jobs:
3838
exclude:
3939
- os: macos-latest
4040
architecture: x86
41-
- os: ubuntu-18.04
41+
- os: ubuntu-20.04
4242
architecture: x86
4343

4444
steps:

0 commit comments

Comments
 (0)