diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2306100be..b93010d32 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -3,11 +3,7 @@ on: [push, pull_request] jobs: build: - strategy: - fail-fast: false - matrix: - os: [ubuntu-latest, windows-latest, macos-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest env: GH_TOKEN: ${{ github.token }}