CI: pin ubuntu 22.04 in WPT Import (#33823)

Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-10-13 09:19:45 +02:00 committed by GitHub
parent efaba0472a
commit f0285fc7e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
# This job is only useful when run on upstream servo.
if: github.repository == 'servo/servo' || github.event_name == 'workflow_dispatch'
name: Synchronize WPT Nightly
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- "linux"
steps: