mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
ci: pin the ubuntu runner version in lint job. (#33755)
Github has updated the `ubuntu-latest` label to use 24.04, but that breaks the lint job. Since the build job (github hosted and self hosted runners) still explicitly use 22.04, pin the same version for lint job until we upgrade all the workflows together. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
623bcde111
commit
c430645606
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -14,7 +14,7 @@ env:
|
|||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
if: github.event_name != 'pull_request_target'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue