build wheel on ubuntu 20.04
Browse files
.github/workflows/build.yml
CHANGED
@@ -8,7 +8,7 @@ on:
|
|
8 |
|
9 |
jobs:
|
10 |
build:
|
11 |
-
runs-on:
|
12 |
steps:
|
13 |
- uses: actions/checkout@v1
|
14 |
- name: Set up Python 3.7
|
|
|
8 |
|
9 |
jobs:
|
10 |
build:
|
11 |
+
runs-on: ubuntu-20.04
|
12 |
steps:
|
13 |
- uses: actions/checkout@v1
|
14 |
- name: Set up Python 3.7
|