Skip to content

Commit

Permalink
Puppeteer + MacOS (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine authored May 4, 2024
1 parent 31a5c1e commit 387f04a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:
jobs:
run:
name: Puppeteer
runs-on: ubuntu-latest
# Run on Mac since Puppeteer snapshots were generated on a Mac.
# Otherwise snapshot tests will fail.
# https://github.com/cybersemics/em/pull/1836
runs-on: macos-latest

steps:
- name: Clone repository
Expand Down

0 comments on commit 387f04a

Please sign in to comment.