From f3269c6891c0e7eb04154b5d1b90cf7e3499b45d Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 11 Aug 2022 09:50:44 -0700 Subject: [PATCH] tests: do not test on MacOS 10.15 any more (#16465) Playwright v1.25 was the last release to support macOS 10.15, so we no longer need to test on macOS 10.15. --- .github/workflows/tests_secondary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index 26a4feb39b..be87590123 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-10.15, macos-11, macos-12] + os: [macos-11, macos-12] browser: [chromium, firefox, webkit] runs-on: ${{ matrix.os }} steps: