Skip to content

Commit

Permalink
[INTERNAL] CI: Add workaround for macOS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Nov 8, 2024
1 parent 74da53f commit 2c1fcdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:

# Use older Chrome version on macOS as workaround for https://github.com/karma-runner/karma/issues/3887
- if: matrix.os == 'macOS-latest'
run: echo "PUPPETEER_CHROME_VERSION=127.0.6533.119" >> "$GITHUB_ENV"

- uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 2c1fcdb

Please sign in to comment.