Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 11, 2024
1 parent dd06fad commit 6ecef22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
checks:
name: Check code

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout source code
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
cross: arm-linux-gnueabihf-
image: "ghcr.io/alixinne/cross:raspberrypi-bookworm"

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

permissions:
contents: write
Expand Down

0 comments on commit 6ecef22

Please sign in to comment.