File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 17
17
buildOnMac :
18
18
runs-on : macos-latest
19
19
timeout-minutes : 20
20
+ concurrency :
21
+ group : ${{ github.workflow }}-${{ github.ref }}
22
+ cancel-in-progress : true
20
23
21
24
steps :
22
25
- uses : actions/checkout@v2
48
51
buildOnWindows :
49
52
runs-on : windows-2019
50
53
timeout-minutes : 20
54
+ concurrency :
55
+ group : ${{ github.workflow }}-${{ github.ref }}
56
+ cancel-in-progress : true
51
57
52
58
steps :
53
59
- uses : actions/checkout@v2
86
92
buildOnLinux :
87
93
runs-on : ubuntu-latest
88
94
timeout-minutes : 20
95
+ concurrency :
96
+ group : ${{ github.workflow }}-${{ github.ref }}
97
+ cancel-in-progress : true
89
98
90
99
outputs :
91
100
version : ${{ steps.properties.outputs.version }}
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
3
3
cliGroup =com.sourceplusplus
4
- projectVersion =0.4.4
4
+ projectVersion =0.4.5
5
5
6
6
vertxVersion =4.2.4
7
7
graalVersion = 21.3.0
You can’t perform that action at this time.
0 commit comments