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.
This commit is contained in:
Andrey Lushnikov 2022-08-11 09:50:44 -07:00 committed by GitHub
parent b089d0a5aa
commit f3269c6891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: