From 697deba64af0d12c85d5d3f52fa9ee02e09201f8 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:11:20 +0100 Subject: [PATCH 1/2] refactor: deactivating MacOS tests again due to still failing tests --- .github/workflows/01-init-playwright.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/01-init-playwright.yml b/.github/workflows/01-init-playwright.yml index e44674c6a7db..53dd993f33ad 100644 --- a/.github/workflows/01-init-playwright.yml +++ b/.github/workflows/01-init-playwright.yml @@ -17,10 +17,11 @@ jobs: strategy: fail-fast: false matrix: - # TODO: migrate runner for guidepup controlling Voiceover on MacOS 15 as soon as this one gets more stable + # 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-14, windows-2022] + # os: [macos-13, windows-2022] + os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now steps: - name: ⏬ Checkout repo uses: actions/checkout@v5 From 3c68ce09dfe4bdc6235f4392470188623d1ea3d7 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:13:14 +0100 Subject: [PATCH 2/2] Revise macOS runner comments in workflow file Updated comments regarding macOS support and runner configuration. --- .github/workflows/02-e2e-screen-reader.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/02-e2e-screen-reader.yml b/.github/workflows/02-e2e-screen-reader.yml index 8dee8f50fb38..1afa589baef5 100644 --- a/.github/workflows/02-e2e-screen-reader.yml +++ b/.github/workflows/02-e2e-screen-reader.yml @@ -18,10 +18,11 @@ jobs: strategy: fail-fast: false matrix: - # TODO: migrate runner for guidepup controlling Voiceover on MacOS 15 as soon as this one gets more stable + # 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-14, windows-2022] + # os: [macos-13, windows-2022] + os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now shardIndex: [1, 2, 3, 4] shardTotal: [4] steps: