Skip to content

Commit 989dc37

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 da2619e commit 989dc37

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

0 commit comments

Comments
 (0)