Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/01-init-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
# https://github.com/actions/runner-images/issues/11257 needs to get fixed for that
# 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/
# os: [macos-13, windows-2022]
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/02-e2e-screen-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
# https://github.com/actions/runner-images/issues/11257 needs to get fixed for that
# 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/
# os: [macos-13, windows-2022]
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
shardIndex: [1, 2, 3, 4]
Expand Down