You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/01-init-playwright.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ jobs:
19
19
matrix:
20
20
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
21
21
# https://github.com/actions/runner-images/issues/11257 needs to get fixed for that
22
+
# the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/
22
23
# os: [macos-13, windows-2022]
23
24
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
0 commit comments