Skip to content

Commit 625eb51

Browse files
chore(deps): update dependency ubuntu to v24 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4901998 commit 625eb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: "Check Lint Run"
7070
# This is necessary since a failed/skipped dependent job would cause this job to be skipped
7171
if: "always()"
72-
runs-on: "ubuntu-22.04"
72+
runs-on: "ubuntu-24.04"
7373
steps:
7474
# If any jobs we depend on fail, we will fail since this is a required check
7575
# NOTE: A timeout is considered a failure

0 commit comments

Comments
 (0)