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:
|
||||
fail-fast: false
|
||||
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 }}
|
||||
steps:
|
||||
- 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:
|
||||
name: "Firefox Beta (Mac)"
|
||||
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:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/run-test
|
||||
|
|
|
|||
Loading…
Reference in a new issue