andreped commited on
Commit
2170ae2
1 Parent(s): db74e25

build wheel on ubuntu 20.04

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -8,7 +8,7 @@ on:
8
 
9
  jobs:
10
  build:
11
- runs-on: ${{ matrix.os }}
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