From 60d40b12c3d0873af7452b7da68945751fba0662 Mon Sep 17 00:00:00 2001 From: Stalgia Grigg Date: Thu, 5 Dec 2024 10:51:42 -0800 Subject: [PATCH] Revert mac os CI testing --- .github/workflows/regression.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index ad93fb90af..dd69c29409 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -21,11 +21,10 @@ on: jobs: regression: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] CI_NODE_INDEX: [0, 1, 2, 3, 4] steps: @@ -33,14 +32,6 @@ jobs: with: fetch-depth: 0 - - name: Set up firefox for macos - if: matrix.os == 'macos-latest' - run: | - brew install firefox - # Install GNU grep to use 'grep -P' - brew install grep - echo "/opt/homebrew/opt/grep/libexec/gnubin" >> $GITHUB_PATH - - name: Set up Node.js uses: actions/setup-node@v4 with: