We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4901998 commit 625eb51Copy full SHA for 625eb51
.github/workflows/lint.yml
@@ -69,7 +69,7 @@ jobs:
69
name: "Check Lint Run"
70
# This is necessary since a failed/skipped dependent job would cause this job to be skipped
71
if: "always()"
72
- runs-on: "ubuntu-22.04"
+ runs-on: "ubuntu-24.04"
73
steps:
74
# If any jobs we depend on fail, we will fail since this is a required check
75
# NOTE: A timeout is considered a failure
0 commit comments