Skip to content

Commit 076fffe

Browse files
committed
fwk: Update github actions lint runner to the latest ubuntu version
BRANCH=fwk-main BUG=The lint runner started failing and github says 20.04 was turned off April 15, 2025 TEST=lint action can run (cherry picked from commit 915ff26d34c20d0f7d5237a9531595c2a102bd11)
1 parent 479a220 commit 076fffe

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
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: lint new changes
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)