Skip to content

Commit c83cb95

Browse files
chore(deps-dev): bump @guidepup/setup from 0.19.3 to 0.20.0 in the guidepup group (#5490)
* chore(deps-dev): bump @guidepup/setup in the guidepup group Bumps the guidepup group with 1 update: [@guidepup/setup](https://github.com/guidepup/setup). Updates `@guidepup/setup` from 0.19.3 to 0.20.0 - [Release notes](https://github.com/guidepup/setup/releases) - [Commits](guidepup/setup@0.19.3...0.20.0) --- updated-dependencies: - dependency-name: "@guidepup/setup" dependency-version: 0.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: guidepup ... Signed-off-by: dependabot[bot] <[email protected]> * Enable macOS support in Playwright workflow (#5491) * Enable macOS support in Playwright workflow * Update 02-e2e-screen-reader.yml * Update OS versions in GitHub Actions workflow * Update OS versions in e2e screen reader workflow * Update macOS version in GitHub Actions workflow * Update 02-e2e-screen-reader.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]>
1 parent 03f3b50 commit c83cb95

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

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

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

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

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

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@guidepup/guidepup": "0.24.0",
108108
"@guidepup/playwright": "0.14.2",
109109
"@guidepup/record": "0.1.0",
110-
"@guidepup/setup": "0.19.3",
110+
"@guidepup/setup": "0.20.0",
111111
"@playwright/experimental-ct-core": "1.56.1",
112112
"@playwright/experimental-ct-react": "1.56.1",
113113
"@playwright/experimental-ct-vue": "1.56.1",

0 commit comments

Comments
 (0)