Skip to content

Commit 56d9390

Browse files
committed
github: workflows: update to ubuntu 24.04
Ubuntu 20.04 is out of date and no longer supported. Signed-off-by: Liam Girdwood <[email protected]>
1 parent ab73b25 commit 56d9390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/woke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
woke:
1919
name: woke check for all file
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: woke

.github/workflows/woke_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
woke_pr:
2121
name: woke check for patch
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- uses: actions/checkout@v3
2525
- uses: get-woke/woke-action-reviewdog@v0

0 commit comments

Comments
 (0)