mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: remove macos-12 bots (#32587)
We stopped supporting macos-12 in 1.45, see the release notes and https://github.com/microsoft/playwright/pull/31283.
This commit is contained in:
parent
a838e74c61
commit
dc5bbbf295
6
.github/workflows/tests_secondary.yml
vendored
6
.github/workflows/tests_secondary.yml
vendored
@ -50,9 +50,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# Intel: macos-12, macos-13, macos-14-large
|
# Intel: macos-13, macos-14-large
|
||||||
# Arm64: macos-13-xlarge, macos-14
|
# Arm64: macos-13-xlarge, macos-14
|
||||||
os: [macos-12, macos-13, macos-13-xlarge, macos-14-large, macos-14]
|
os: [macos-13, macos-13-xlarge, macos-14-large, macos-14]
|
||||||
browser: [chromium, firefox, webkit]
|
browser: [chromium, firefox, webkit]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
@ -237,7 +237,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, macos-12, windows-latest]
|
os: [ubuntu-20.04, macos-13, windows-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/actions/run-test
|
- uses: ./.github/actions/run-test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user