Skip to content

Commit 0bc302b

Browse files
author
YukiTsuchida
committed
Update workflow configurations to use Ubuntu 22.04
1 parent 2bb1465 commit 0bc302b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44
jobs:
55
demo:
66
name: demo
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88
steps:
99
- name: Set up Go 1.16
1010
uses: actions/setup-go@v1
@@ -48,7 +48,7 @@ jobs:
4848
make demo
4949
unit-test:
5050
name: unit-test
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-22.04
5252
steps:
5353
- name: Set up Go 1.16
5454
uses: actions/setup-go@v2

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
zip:
1010
name: zip
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
env:
1313
ARTIFACT_NAME: fabric-besu-cross-demo
1414
steps:

0 commit comments

Comments
 (0)