Skip to content

Commit 3d3eab1

Browse files
committed
chore(deps): update dependency ubuntu to v22
1 parent 91188b6 commit 3d3eab1

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
@@ -10,7 +10,7 @@ jobs:
1010
checks:
1111
name: Check code
1212

13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- name: Checkout source code
@@ -67,7 +67,7 @@ jobs:
6767
cross: arm-linux-gnueabihf-
6868
image: "vtavernier/cross:raspberrypi"
6969

70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-22.04
7171

7272
steps:
7373
- 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-20.04
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313
- name: Checkout source code

0 commit comments

Comments
 (0)