We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91188b6 commit 3d3eab1Copy full SHA for 3d3eab1
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
checks:
11
name: Check code
12
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
14
15
steps:
16
- name: Checkout source code
@@ -67,7 +67,7 @@ jobs:
67
cross: arm-linux-gnueabihf-
68
image: "vtavernier/cross:raspberrypi"
69
70
71
72
73
.github/workflows/docs.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build-docs:
0 commit comments