1
0
mirror of synced 2026-08-05 15:06:54 +00:00

chore: reduce CI flakiness across webkit/macOS, ubuntu, windows (#1914)

This commit is contained in:
Yury Semikhatsky
2026-04-30 17:40:14 -07:00
committed by GitHub
parent b01bf64e64
commit 5b33729849
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -18,6 +18,14 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
browser: [chromium, firefox, webkit]
exclude:
# macos-latest is the free M1 runner (3 vCPU / 7 GB); WebKit needs more headroom.
# Upstream's webkit matrix runs on macos-15-xlarge for the same reason.
- os: macos-latest
browser: webkit
include:
- os: macos-15-xlarge
browser: webkit
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6