Skip to content

Commit 9295c78

Browse files
authored
refactor: deactivating MacOS tests again (#5493)
* refactor: deactivating MacOS tests again due to still failing tests * Revise macOS runner comments in workflow file Updated comments regarding macOS support and runner configuration.
1 parent c83cb95 commit 9295c78

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
# TODO: migrate runner for guidepup controlling Voiceover on MacOS 15 as soon as this one gets more stable
20+
# 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
2222
# 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/
23-
os: [macos-14, windows-2022]
23+
# os: [macos-13, windows-2022]
24+
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2425
steps:
2526
- name: ⏬ Checkout repo
2627
uses: actions/checkout@v5

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
# TODO: migrate runner for guidepup controlling Voiceover on MacOS 15 as soon as this one gets more stable
21+
# 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
2323
# 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/
24-
os: [macos-14, windows-2022]
24+
# os: [macos-13, windows-2022]
25+
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2526
shardIndex: [1, 2, 3, 4]
2627
shardTotal: [4]
2728
steps:

0 commit comments

Comments
 (0)