Skip to content

Commit 103ccb7

Browse files
authored
chore(docs): added comment on related GitHub issue (#5221)
* chore(docs): added comment on related GitHub issue * Disable macOS support in e2e screen reader workflow Temporarily disable macOS in the e2e screen reader workflow due to stability issues.
1 parent 3fe40fb commit 103ccb7

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
@@ -18,6 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
21+
# https://github.com/actions/runner-images/issues/11257 needs to get fixed for that
2122
# os: [macos-13, windows-2022]
2223
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2324
steps:

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

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

0 commit comments

Comments
 (0)