Skip to content

Commit

Permalink
Switch to macos 13 arm
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed May 15, 2024
1 parent ce90f5f commit fb94394
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13-xlarge
shard:
- 1-2
- 2-2
Expand All @@ -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
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,21 +159,21 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13-xlarge
shard:
- 1-2
- 2-2
exclude:
- 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
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- firefox-headless
os:
- ubuntu-latest
- macos-latest
- macos-13-xlarge
- windows-latest
shard:
- 1-4
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
options:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13-xlarge
retries:
description: Number of retries per test
required: false
Expand Down
1 change: 0 additions & 1 deletion packages/browsers/src/browser-data/firefox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fb94394

Please sign in to comment.