From dc5bbbf295d790922b0b6e6c2a5eb4ab559da059 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 12 Sep 2024 11:27:47 +0200 Subject: [PATCH] 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. --- .github/workflows/tests_secondary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index d23398b2a9..8d4bbd1c78 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -50,9 +50,9 @@ jobs: strategy: fail-fast: false matrix: - # Intel: macos-12, macos-13, macos-14-large + # Intel: macos-13, macos-14-large # 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] runs-on: ${{ matrix.os }} steps: @@ -237,7 +237,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-12, windows-latest] + os: [ubuntu-20.04, macos-13, windows-latest] steps: - uses: actions/checkout@v4 - uses: ./.github/actions/run-test