diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0f4ca6a..8e1b4e5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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: