Skip to content

Commit

Permalink
Revert mac os CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Dec 5, 2024
1 parent bc9922f commit 60d40b1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,17 @@ 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:
- uses: actions/checkout@v4
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:
Expand Down

0 comments on commit 60d40b1

Please sign in to comment.