diff --git a/.github/workflows/central.yml b/.github/workflows/central.yml index 26271d8..ce02451 100644 --- a/.github/workflows/central.yml +++ b/.github/workflows/central.yml @@ -61,7 +61,10 @@ jobs: path: | installer/intiface-central-installer.exe linux: - runs-on: ubuntu-latest + strategy: + matrix: + os: ["ubuntu-latest", "ubuntu-20.04"] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - name: rust toolchain