From e92c98db642920a5df54b6913070b92c5dc07982 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sun, 9 Nov 2025 18:13:27 +0100 Subject: [PATCH 1/2] chore(docs): adding information to update workflows for new M2 macOS runners --- .github/workflows/01-init-playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/01-init-playwright.yml b/.github/workflows/01-init-playwright.yml index 9dd4841e8866..53dd993f33ad 100644 --- a/.github/workflows/01-init-playwright.yml +++ b/.github/workflows/01-init-playwright.yml @@ -19,6 +19,7 @@ jobs: matrix: # TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 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 steps: From affa9000c53521cb6a4f11e9f7ba7f511b7dd359 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sun, 9 Nov 2025 18:14:15 +0100 Subject: [PATCH 2/2] Update OS matrix for e2e screen reader workflow Disable macOS for e2e screen reader tests due to instability. --- .github/workflows/02-e2e-screen-reader.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/02-e2e-screen-reader.yml b/.github/workflows/02-e2e-screen-reader.yml index 44a12ef59df0..1afa589baef5 100644 --- a/.github/workflows/02-e2e-screen-reader.yml +++ b/.github/workflows/02-e2e-screen-reader.yml @@ -20,6 +20,7 @@ jobs: matrix: # TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 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 shardIndex: [1, 2, 3, 4]