Skip to content

Commit 6ecef22

Browse files
committed
chore(deps): update dependency ubuntu to v24
1 parent dd06fad commit 6ecef22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
checks:
1818
name: Check code
1919

20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121

2222
steps:
2323
- name: Checkout source code
@@ -77,7 +77,7 @@ jobs:
7777
cross: arm-linux-gnueabihf-
7878
image: "ghcr.io/alixinne/cross:raspberrypi-bookworm"
7979

80-
runs-on: ubuntu-22.04
80+
runs-on: ubuntu-24.04
8181

8282
steps:
8383
- name: Checkout source code

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-docs:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
permissions:
1313
contents: write

0 commit comments

Comments
 (0)