Skip to content

Commit

Permalink
ci: switch to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Apr 25, 2024
1 parent feef2a3 commit 75c0266
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-13
- macos-latest
shard:
- 1-2
- 2-2
Expand All @@ -34,7 +34,7 @@ jobs:
exclude:
- os: windows-latest
suite: chrome-bidi
- os: macos-13
- os: macos-latest
suite: chrome-headful
steps:
- name: Check out repository
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Expand Up @@ -159,21 +159,21 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-13
- macos-latest
shard:
- 1-2
- 2-2
exclude:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-13
os: macos-latest
- linux-only: true
suite: chrome-headful

- os: windows-latest
suite: chrome-bidi
- os: macos-13
- os: macos-latest
suite: chrome-headful
steps:
- name: Check out repository
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- firefox-headless
os:
- ubuntu-latest
- macos-13
- macos-latest
- windows-latest
shard:
- 1-4
Expand All @@ -263,11 +263,11 @@ jobs:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-13
os: macos-latest

- os: macos-13
- os: macos-latest
suite: firefox-headful
- os: macos-13
- os: macos-latest
suite: firefox-headless
- os: windows-latest
suite: firefox-headful
Expand Down Expand Up @@ -367,12 +367,12 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-13
- macos-latest
exclude:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-13
os: macos-latest
steps:
- name: Download installation test
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
Expand Down Expand Up @@ -487,12 +487,12 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-13
- macos-latest
exclude:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-13
os: macos-latest
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
Expand Down Expand Up @@ -541,12 +541,12 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-13
- macos-latest
exclude:
- linux-only: true
os: windows-latest
- linux-only: true
os: macos-13
os: macos-latest
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deflake.yml
Expand Up @@ -33,7 +33,7 @@ on:
options:
- ubuntu-latest
- windows-latest
- macos-13
- macos-latest
retries:
description: Number of retries per test
required: false
Expand Down
2 changes: 1 addition & 1 deletion tools/analyze_issue.mjs
Expand Up @@ -184,7 +184,7 @@ This issue has an invalid Puppeteer version: \`${value}\`. Versions must follow
runsOn = 'windows-latest';
break;
case 'macos':
runsOn = 'macos-13';
runsOn = 'macos-latest';
break;
case 'linux':
runsOn = 'ubuntu-latest';
Expand Down

0 comments on commit 75c0266

Please sign in to comment.