Skip to content

Commit 5b8dbdf

Browse files
committed
Fix GHA workflow use of Ubuntu 20.04
1 parent f0409ce commit 5b8dbdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
path: ./
104104

105105
formatting:
106-
runs-on: ubuntu-20.04
106+
runs-on: ubuntu-latest
107107
steps:
108108
- uses: actions/checkout@v3
109109

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ github.event.issue.pull_request &&
1717
( ( github.event.comment.body == '/bot run uncrustify' ) ||
1818
( github.event.comment.body == '/bot run formatting' ) ) }}
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
steps:
2121
- name: Apply Formatting Fix
2222
uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main

0 commit comments

Comments
 (0)