File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66jobs :
77 vars :
88 name : Get Variables
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-20.04
1010 outputs :
1111 release_type : ${{steps.cf_release_type.outputs.value }}
1212 cf_project : ${{steps.cf_project.outputs.value }}
4646
4747 changelog :
4848 name : Generate Changelog (tags)
49- runs-on : ubuntu-latest
49+ runs-on : ubuntu-20.04
5050 steps :
5151 - name : Checkout
5252 uses : actions/checkout@v2
9595
9696 jar :
9797 name : Publish JAR
98- runs-on : ubuntu-latest
98+ runs-on : ubuntu-20.04
9999 needs : [vars, changelog]
100100 steps :
101101 - name : Download Changelog Results
@@ -107,10 +107,10 @@ jobs:
107107 - name : Checkout
108108 uses : actions/checkout@v2
109109
110- - name : Set up JDK 1.8
110+ - name : Set up JDK
111111 uses : actions/setup-java@v1
112112 with :
113- java-version : 1.8
113+ java-version : " 8.0.282 "
114114
115115 - name : Cache Gradle packages
116116 uses : actions/cache@v2
@@ -139,7 +139,7 @@ jobs:
139139
140140 view :
141141 name : View Changelog Output
142- runs-on : ubuntu-latest
142+ runs-on : ubuntu-20.04
143143 needs : [changelog]
144144 steps :
145145 - name : Download Build Results
You can’t perform that action at this time.
0 commit comments