devops: secondary workflow optimisations (#35023)

This commit is contained in:
Max Schmitt 2025-03-04 16:59:04 +01:00 committed by GitHub
parent 6cf8624b09
commit 4ebf070bca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
browser: [chromium, firefox, webkit]
os: [ubuntu-20.04, ubuntu-24.04]
os: [ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4