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
5 changes: 2 additions & 3 deletions .github/workflows/01-init-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
# TODO: migrate runner for guidepup controlling Voiceover on MacOS 15 as soon as this one 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
os: [macos-14, windows-2022]
steps:
- name: ⏬ Checkout repo
uses: actions/checkout@v5
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/02-e2e-screen-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
# TODO: migrate runner for guidepup controlling Voiceover on MacOS 15 as soon as this one 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
os: [macos-14, windows-2022]
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
steps:
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@guidepup/guidepup": "0.24.0",
"@guidepup/playwright": "0.14.2",
"@guidepup/record": "0.1.0",
"@guidepup/setup": "0.19.3",
"@guidepup/setup": "0.20.0",
"@playwright/experimental-ct-core": "1.56.1",
"@playwright/experimental-ct-react": "1.56.1",
"@playwright/experimental-ct-vue": "1.56.1",
Expand Down