Fix OS version

This commit is contained in:
Wilson Lin 2021-04-06 19:02:01 +10:00
parent 0fc7dfcab5
commit a21cc0b64f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
feature: [core, js]
os: [macos-11.0, ubuntu-20.04, windows-2019]
os: [macos-11.0, ubuntu-18.04, windows-2019]
python: [3.7, 3.8, 3.9]
runs-on: ${{ matrix.os }}
steps: