ci: switch to macos-latest

This commit is contained in:
Alex Rudenko 2024-04-25 12:26:41 +02:00 committed by Alex Rudenko
parent d8654f1eed
commit fb56826f42
4 changed files with 17 additions and 17 deletions

View File

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

View File

@ -159,7 +159,7 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
- macos-13 - macos-latest
shard: shard:
- 1-2 - 1-2
- 2-2 - 2-2
@ -167,13 +167,13 @@ jobs:
- linux-only: true - linux-only: true
os: windows-latest os: windows-latest
- linux-only: true - linux-only: true
os: macos-13 os: macos-latest
- linux-only: true - linux-only: true
suite: chrome-headful suite: chrome-headful
- os: windows-latest - os: windows-latest
suite: chrome-bidi suite: chrome-bidi
- os: macos-13 - os: macos-latest
suite: chrome-headful suite: chrome-headful
steps: steps:
- name: Check out repository - name: Check out repository
@ -258,7 +258,7 @@ jobs:
- firefox-headless - firefox-headless
os: os:
- ubuntu-latest - ubuntu-latest
- macos-13 - macos-latest
- windows-latest - windows-latest
shard: shard:
- 1-4 - 1-4
@ -269,11 +269,11 @@ jobs:
- linux-only: true - linux-only: true
os: windows-latest os: windows-latest
- linux-only: true - linux-only: true
os: macos-13 os: macos-latest
- os: macos-13 - os: macos-latest
suite: firefox-headful suite: firefox-headful
- os: macos-13 - os: macos-latest
suite: firefox-headless suite: firefox-headless
- os: windows-latest - os: windows-latest
suite: firefox-headful suite: firefox-headful
@ -341,12 +341,12 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
- macos-13 - macos-latest
exclude: exclude:
- linux-only: true - linux-only: true
os: windows-latest os: windows-latest
- linux-only: true - linux-only: true
os: macos-13 os: macos-latest
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@ -473,12 +473,12 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
- macos-13 - macos-latest
exclude: exclude:
- linux-only: true - linux-only: true
os: windows-latest os: windows-latest
- linux-only: true - linux-only: true
os: macos-13 os: macos-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@ -527,12 +527,12 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
- macos-13 - macos-latest
exclude: exclude:
- linux-only: true - linux-only: true
os: windows-latest os: windows-latest
- linux-only: true - linux-only: true
os: macos-13 os: macos-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

View File

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

View File

@ -184,7 +184,7 @@ This issue has an invalid Puppeteer version: \`${value}\`. Versions must follow
runsOn = 'windows-latest'; runsOn = 'windows-latest';
break; break;
case 'macos': case 'macos':
runsOn = 'macos-13'; runsOn = 'macos-latest';
break; break;
case 'linux': case 'linux':
runsOn = 'ubuntu-latest'; runsOn = 'ubuntu-latest';