andreped commited on
Commit
ff83c49
·
unverified ·
1 Parent(s): c76f70e

Run CI on Ubuntu 20.04

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +2 -2
.github/workflows/build.yml CHANGED
@@ -10,7 +10,7 @@ on:
10
 
11
  jobs:
12
  build:
13
- runs-on: ubuntu-18.04
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-18.04, macos-10.15]
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: