We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd06fad commit 6ecef22Copy full SHA for 6ecef22
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
checks:
18
name: Check code
19
20
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
21
22
steps:
23
- name: Checkout source code
@@ -77,7 +77,7 @@ jobs:
77
cross: arm-linux-gnueabihf-
78
image: "ghcr.io/alixinne/cross:raspberrypi-bookworm"
79
80
81
82
83
.github/workflows/docs.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build-docs:
10
11
12
permissions:
13
contents: write
0 commit comments