From b64e0030b5bb3332b2cb594b06866458307e96aa Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Wed, 6 Mar 2024 14:05:15 -0700 Subject: [PATCH] run integration tests on ubuntu for now Signed-off-by: Meredith Lancaster --- .github/workflows/integration-tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 }}