diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index dfea9eb..85f1771 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -5,10 +5,7 @@ on: [push, pull_request] jobs: extension-tests: name: Extensions - strategy: - matrix: - os: [ubuntu-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v3