Skip to content

Commit a52b20a

Browse files
committed
Use Ubuntu 20.04 for py36
1 parent 78717a8 commit a52b20a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/test_and_publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
- windows: py310-test-mpl36
2626
# Test all configurations on Linux
2727
- linux: py36-test-mpl20
28+
runs-on: ubuntu-20.04
2829
- linux: py36-test-mpl21
30+
runs-on: ubuntu-20.04
2931
- linux: py36-test-mpl22
32+
runs-on: ubuntu-20.04
3033
- linux: py37-test-mpl30
3134
- linux: py37-test-mpl31
3235
- linux: py37-test-mpl32

0 commit comments

Comments
 (0)