mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Generate Try Configuration use ubuntu-22.04
(#35746)
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
5ba9cfe809
commit
b56a3caea0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
decision:
|
decision:
|
||||||
name: Generate Try Configuration
|
name: Generate Try Configuration
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
configuration: ${{ steps.configuration.outputs.result }}
|
configuration: ${{ steps.configuration.outputs.result }}
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/try.yml
vendored
2
.github/workflows/try.yml
vendored
|
@ -28,7 +28,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
decision:
|
decision:
|
||||||
name: Generate Try Configuration
|
name: Generate Try Configuration
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
configuration: ${{ steps.configuration.outputs.result }}
|
configuration: ${{ steps.configuration.outputs.result }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue