mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
CI: pin ubuntu 22.04 in WPT Import (#33823)
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
efaba0472a
commit
f0285fc7e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scheduled-wpt-import.yml
vendored
2
.github/workflows/scheduled-wpt-import.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
# This job is only useful when run on upstream servo.
|
# This job is only useful when run on upstream servo.
|
||||||
if: github.repository == 'servo/servo' || github.event_name == 'workflow_dispatch'
|
if: github.repository == 'servo/servo' || github.event_name == 'workflow_dispatch'
|
||||||
name: Synchronize WPT Nightly
|
name: Synchronize WPT Nightly
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs:
|
needs:
|
||||||
- "linux"
|
- "linux"
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue