File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020jobs :
2121 set-up-matrix :
2222 name : Set up matrix
23- runs-on : ubuntu-22.04
23+ runs-on : ubuntu-latest
2424 outputs :
2525 date : ${{ steps.fetch-date.outputs.date }}
2626 images : ${{ steps.fetch-matrix.outputs.images }}
5555
5656 build :
5757 needs : set-up-matrix
58- runs-on : ubuntu-22.04
58+ runs-on : ubuntu-latest
5959 strategy :
6060 fail-fast : false
6161 matrix :
@@ -136,7 +136,7 @@ jobs:
136136 retention-days : 1
137137
138138 merge :
139- runs-on : ubuntu-22.04
139+ runs-on : ubuntu-latest
140140 needs :
141141 - build
142142 - set-up-matrix
@@ -183,7 +183,7 @@ jobs:
183183 $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
184184
185185 release :
186- runs-on : ubuntu-22.04
186+ runs-on : ubuntu-latest
187187 needs :
188188 - set-up-matrix
189189 - build
You can’t perform that action at this time.
0 commit comments