use mac-intel
This commit is contained in:
parent
732689c88f
commit
99b35af63e
4
.github/workflows/tests_others.yml
vendored
4
.github/workflows/tests_others.yml
vendored
|
|
@ -24,7 +24,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
# Stick with macos-latest-large for now which is Intel-based until
|
||||||
|
# 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
|
||||||
|
|
|
||||||
4
.github/workflows/tests_secondary.yml
vendored
4
.github/workflows/tests_secondary.yml
vendored
|
|
@ -307,7 +307,9 @@ 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 }}
|
||||||
runs-on: macos-latest
|
# Stick with macos-latest-large for now which is Intel-based until
|
||||||
|
# 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