devops: align macOS versions in workflows (#32871)
This commit is contained in:
parent
aa3146785f
commit
d3e38c32af
4
.github/workflows/tests_others.yml
vendored
4
.github/workflows/tests_others.yml
vendored
|
|
@ -24,9 +24,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# Stick with macos-latest-large for now which is Intel-based until
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
# https://github.com/microsoft/playwright/issues/30705 is fixed.
|
|
||||||
os: [ubuntu-latest, macos-latest-large, windows-latest]
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
14
.github/workflows/tests_secondary.yml
vendored
14
.github/workflows/tests_secondary.yml
vendored
|
|
@ -50,14 +50,14 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# Intel: macos-13, macos-14-large, macos-15-large
|
# Intel: *-large
|
||||||
# Arm64: macos-13-xlarge, macos-14 macos-15
|
# Arm64: *-xlarge
|
||||||
os: [macos-13, macos-13-xlarge, macos-14-large, macos-14]
|
os: [macos-13-large, macos-13-xlarge, macos-14-large, macos-14-xlarge]
|
||||||
browser: [chromium, firefox, webkit]
|
browser: [chromium, firefox, webkit]
|
||||||
include:
|
include:
|
||||||
- os: macos-15-large
|
- os: macos-15-large
|
||||||
browser: webkit
|
browser: webkit
|
||||||
- os: macos-15
|
- os: macos-15-xlarge
|
||||||
browser: webkit
|
browser: webkit
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -123,7 +123,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
browser: [chromium, firefox, webkit]
|
browser: [chromium, firefox, webkit]
|
||||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-14, windows-latest]
|
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-14-xlarge, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -314,9 +314,7 @@ jobs:
|
||||||
firefox_beta_mac:
|
firefox_beta_mac:
|
||||||
name: "Firefox Beta (Mac)"
|
name: "Firefox Beta (Mac)"
|
||||||
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
||||||
# Stick with macos-latest-large for now which is Intel-based until
|
runs-on: macos-latest
|
||||||
# https://github.com/microsoft/playwright/issues/30705 is fixed.
|
|
||||||
runs-on: macos-latest-large
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/actions/run-test
|
- uses: ./.github/actions/run-test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue