Skip to content

Commit 47b0dab

Browse files
committed
fix: playwright not starting up in macos 15, since we r close to release, revert to mac 14
1 parent 5faff3d commit 47b0dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright-chromium-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
jobs:
1111
playwright-chromium-macos:
1212
timeout-minutes: 90
13-
runs-on: macos-15
13+
runs-on: macos-14
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: setup node

0 commit comments

Comments
 (0)