Skip to content

Commit 8101e7b

Browse files
committed
Fix CI
1 parent 599849d commit 8101e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
unittest:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
steps:
2020
- name: Clone This Repo
2121
uses: actions/checkout@v4
@@ -129,7 +129,7 @@ jobs:
129129
exclude-dirs: source/portable/NetworkInterface/STM32
130130

131131
formatting:
132-
runs-on: ubuntu-20.04
132+
runs-on: ubuntu-latest
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: Check formatting
@@ -139,7 +139,7 @@ jobs:
139139
exclude-dirs: source/portable/NetworkInterface/STM32
140140

141141
doxygen:
142-
runs-on: ubuntu-20.04
142+
runs-on: ubuntu-latest
143143
steps:
144144
- uses: actions/checkout@v4
145145
- name: Run doxygen build

0 commit comments

Comments
 (0)