ci: switch to macos-13 (#12326)

This commit is contained in:
Alex Rudenko 2024-04-25 12:02:30 +02:00 committed by GitHub
parent e35e783a74
commit eba46368d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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-latest - macos-13
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-latest - os: macos-13
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-latest - macos-13
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-latest os: macos-13
- 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-latest - os: macos-13
suite: chrome-headful suite: chrome-headful
steps: steps:
- name: Check out repository - name: Check out repository
@ -252,7 +252,7 @@ jobs:
- firefox-headless - firefox-headless
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-13
- windows-latest - windows-latest
shard: shard:
- 1-4 - 1-4
@ -263,11 +263,11 @@ jobs:
- linux-only: true - linux-only: true
os: windows-latest os: windows-latest
- linux-only: true - linux-only: true
os: macos-latest os: macos-13
- os: macos-latest - os: macos-13
suite: firefox-headful suite: firefox-headful
- os: macos-latest - os: macos-13
suite: firefox-headless suite: firefox-headless
- os: windows-latest - os: windows-latest
suite: firefox-headful suite: firefox-headful
@ -367,12 +367,12 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
- macos-latest - macos-13
exclude: exclude:
- linux-only: true - linux-only: true
os: windows-latest os: windows-latest
- linux-only: true - linux-only: true
os: macos-latest os: macos-13
steps: steps:
- name: Download installation test - name: Download installation test
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
@ -487,12 +487,12 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
- macos-latest - macos-13
exclude: exclude:
- linux-only: true - linux-only: true
os: windows-latest os: windows-latest
- linux-only: true - linux-only: true
os: macos-latest os: macos-13
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
@ -541,12 +541,12 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
- macos-latest - macos-13
exclude: exclude:
- linux-only: true - linux-only: true
os: windows-latest os: windows-latest
- linux-only: true - linux-only: true
os: macos-latest os: macos-13
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

View File

@ -33,7 +33,7 @@ on:
options: options:
- ubuntu-latest - ubuntu-latest
- windows-latest - windows-latest
- macos-latest - macos-13
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-latest'; runsOn = 'macos-13';
break; break;
case 'linux': case 'linux':
runsOn = 'ubuntu-latest'; runsOn = 'ubuntu-latest';