diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5d02bcf14..6223a00b8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-20.04, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-latest] name: E2E Testing on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: @@ -35,4 +35,4 @@ jobs: with: name: image_comparison_results path: .tmp - retention-days: 5 \ No newline at end of file + retention-days: 5