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 коммит произвёл GitHub
Родитель b089d0a5aa
Коммит f3269c6891
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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: