Skip to content

Commit 6304f4b

Browse files
committed
v1.2.0
1 parent ba225ae commit 6304f4b

File tree

5 files changed

+81
-4
lines changed

5 files changed

+81
-4
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-20.04
1111

1212
steps:
1313
- name: Checkout repository

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- armv5
1919
- 386
2020
- s390x
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-20.04
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/[email protected]

config/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0-rc0
1+
1.2.0

0 commit comments

Comments
 (0)