Switch to macos 13 arm

This commit is contained in:
Julian Descottes 2024-05-15 10:59:26 +02:00
parent ce90f5fb13
commit fb94394aba
4 changed files with 16 additions and 17 deletions

View File

@ -24,7 +24,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13-xlarge
shard:
- 1-2
- 2-2
@ -34,7 +34,7 @@ jobs:
exclude:
- os: windows-latest
suite: chrome-bidi
- os: macos-latest
- os: macos-13-xlarge
suite: chrome-headful
steps:
- name: Check out repository

View File

@ -159,7 +159,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13-xlarge
shard:
- 1-2
- 2-2
@ -167,13 +167,13 @@ jobs:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-latest
os: macos-13-xlarge
- linux-only: true
suite: chrome-headful
- os: windows-latest
suite: chrome-bidi
- os: macos-latest
- os: macos-13-xlarge
suite: chrome-headful
steps:
- name: Check out repository
@ -252,7 +252,7 @@ jobs:
- firefox-headless
os:
- ubuntu-latest
- macos-latest
- macos-13-xlarge
- windows-latest
shard:
- 1-4
@ -263,11 +263,11 @@ jobs:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-latest
os: macos-13-xlarge
- os: macos-latest
- os: macos-13-xlarge
suite: firefox-headful
- os: macos-latest
- os: macos-13-xlarge
suite: firefox-headless
- os: windows-latest
suite: firefox-headful
@ -337,12 +337,12 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13-xlarge
exclude:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-latest
os: macos-13-xlarge
steps:
- name: Check out repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
@ -469,12 +469,12 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13-xlarge
exclude:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-latest
os: macos-13-xlarge
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
@ -523,12 +523,12 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13-xlarge
exclude:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-latest
os: macos-13-xlarge
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

View File

@ -33,7 +33,7 @@ on:
options:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13-xlarge
retries:
description: Number of retries per test
required: false

View File

@ -280,7 +280,6 @@ function defaultProfilePreferences(
// Disable the ProcessHangMonitor
'dom.ipc.reportProcessHangs': false,
'dom.ipc.processCount': 1,
// Disable slow script dialogues
'dom.max_chrome_script_run_time': 0,