devops: move WebKit Tracing tests to Ubuntu 24.04 (#36510)

This commit is contained in:
Max Schmitt 2025-07-01 10:47:09 +02:00 committed by GitHub
parent 3f15a6b6fc
commit 9c164ff4df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -178,11 +178,16 @@ jobs:
matrix:
include:
- browser: chromium
runs-on: ubuntu-22.04
- browser: firefox
runs-on: ubuntu-22.04
# See https://github.com/microsoft/playwright/issues/35586
- browser: webkit
runs-on: ubuntu-24.04
- browser: chromium
runs-on: ubuntu-22.04
channel: chromium-tip-of-tree
runs-on: ubuntu-22.04
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/run-test