diff --git a/.github/workflows/02-e2e-screen-reader.yml b/.github/workflows/02-e2e-screen-reader.yml index 35a67c62dfd..2c2d2b37a1a 100644 --- a/.github/workflows/02-e2e-screen-reader.yml +++ b/.github/workflows/02-e2e-screen-reader.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13, windows-2022] + os: [macos-13] # TODO: Skip window-2022 until https://github.com/guidepup/guidepup/issues/93 is solved. [macos-13, windows-2022] shardIndex: [1, 2, 3, 4] shardTotal: [4] steps: