Skip to content

Commit 095a268

Browse files
committed
ci: use the lastest ubuntu LTS 24.04
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1 parent aab570f commit 095a268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
jobs:
99

1010
micro_ros_platformio:
11-
runs-on: ubuntu-22.04
12-
container: ubuntu:22.04
11+
runs-on: ubuntu-24.04
12+
container: ubuntu:24.04
1313

1414
strategy:
1515
fail-fast: false

0 commit comments

Comments
 (0)