devops: simplify 'headed' testing matrix (#32878)
This commit is contained in:
parent
dde8090916
commit
b78103ba50
8
.github/workflows/tests_secondary.yml
vendored
8
.github/workflows/tests_secondary.yml
vendored
|
|
@ -123,7 +123,13 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
browser: [chromium, firefox, webkit]
|
browser: [chromium, firefox, webkit]
|
||||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-14-xlarge, windows-latest]
|
os: [ubuntu-24.04, macos-14-xlarge, windows-latest]
|
||||||
|
include:
|
||||||
|
# We have different binaries per Ubuntu version for WebKit.
|
||||||
|
- browser: webkit
|
||||||
|
os: ubuntu-20.04
|
||||||
|
- browser: webkit
|
||||||
|
os: ubuntu-22.04
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue