Skip to content

Commit 3d94126

Browse files
committed
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
1 parent 45983c4 commit 3d94126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
concurrency:
2020
group: ${{ github.head_ref || github.ref }}
2121
cancel-in-progress: true
22-
runs-on: ubuntu-20.04
22+
runs-on: 'ubuntu-24.04'
2323
steps:
2424
- uses: actions/[email protected]
2525
with:

0 commit comments

Comments
 (0)