diff --git a/.github/workflows/tests_others.yml b/.github/workflows/tests_others.yml index c45f54bc5d..04115ce693 100644 --- a/.github/workflows/tests_others.yml +++ b/.github/workflows/tests_others.yml @@ -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 diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index 9fd407d4dc..5550fa70bd 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -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