From 609bcf8cd2687054bacee3cc0937f831f5b438b8 Mon Sep 17 00:00:00 2001 From: Xon <635541+Xon@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:46:59 +0800 Subject: [PATCH] Revert "Adjust e2e testing matrix" This reverts commit 1ba4f81b951e5523c69ccfdaac8f64c39a49b8ae. --- .github/workflows/browsers.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/browsers.yml b/.github/workflows/browsers.yml index 8588dd74..f64d8128 100644 --- a/.github/workflows/browsers.yml +++ b/.github/workflows/browsers.yml @@ -31,6 +31,13 @@ jobs: matrix: os: [windows-latest, macos-latest, ubuntu-latest] browser: [chromium, firefox, webkit] + exclude: + - os: windows-latest + browser: webkit + - os: windows-latest + browser: firefox + - os: macos-latest + browser: firefox runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4