aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2024-10-09 16:48:33 +0530
committerGitHub <noreply@github.com>2024-10-09 11:18:33 +0000
commitc430645606396a300b57a4d9c909db959486ca4c (patch)
treebb1d1e81225338bd6cc6f434f8a074a540b90583 /.github
parent623bcde11132ccd9bcd9b46a1f21a4a55aafe2b0 (diff)
downloadservo-c430645606396a300b57a4d9c909db959486ca4c.tar.gz
servo-c430645606396a300b57a4d9c909db959486ca4c.zip
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index f6474779f42..808989555df 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -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'