Skip to content

Commit 4b2f5fa

Browse files
authored
chore(docs): adding information to update workflows for new M2 runners (#5432)
* chore(docs): adding information to update workflows for new M2 macOS runners * Update OS matrix for e2e screen reader workflow Disable macOS for e2e screen reader tests due to instability.
1 parent d2ceaac commit 4b2f5fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/01-init-playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
2121
# 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/
2223
# os: [macos-13, windows-2022]
2324
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2425
steps:

.github/workflows/02-e2e-screen-reader.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
matrix:
2121
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
2222
# https://github.com/actions/runner-images/issues/11257 needs to get fixed for that
23+
# 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/
2324
# os: [macos-13, windows-2022]
2425
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2526
shardIndex: [1, 2, 3, 4]

0 commit comments

Comments
 (0)