Spaces:
Running
Running
Run CI on Ubuntu 20.04
Browse files
.github/workflows/build.yml
CHANGED
@@ -10,7 +10,7 @@ on:
|
|
10 |
|
11 |
jobs:
|
12 |
build:
|
13 |
-
runs-on: ubuntu-
|
14 |
steps:
|
15 |
- uses: actions/checkout@v1
|
16 |
- name: Set up Python 3.6
|
@@ -38,7 +38,7 @@ jobs:
|
|
38 |
runs-on: ${{ matrix.os }}
|
39 |
strategy:
|
40 |
matrix:
|
41 |
-
os: [windows-2019, ubuntu-
|
42 |
python-version: [3.6, 3.7, 3.8, 3.9]
|
43 |
|
44 |
steps:
|
|
|
10 |
|
11 |
jobs:
|
12 |
build:
|
13 |
+
runs-on: ubuntu-20.04
|
14 |
steps:
|
15 |
- uses: actions/checkout@v1
|
16 |
- name: Set up Python 3.6
|
|
|
38 |
runs-on: ${{ matrix.os }}
|
39 |
strategy:
|
40 |
matrix:
|
41 |
+
os: [windows-2019, ubuntu-20.04, macos-10.15]
|
42 |
python-version: [3.6, 3.7, 3.8, 3.9]
|
43 |
|
44 |
steps:
|