File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464
6565 ci_build :
6666 name : Build PowerShell
67- runs-on : ubuntu-20.04
67+ runs-on : ubuntu-latest
6868 needs : changes
6969 if : ${{ needs.changes.outputs.source == 'true' }}
7070 steps :
8181 - ci_build
8282 - changes
8383 if : ${{ needs.changes.outputs.source == 'true' }}
84- runs-on : ubuntu-20.04
84+ runs-on : ubuntu-latest
8585 steps :
8686 - name : checkout
87879898 - ci_build
9999 - changes
100100 if : ${{ needs.changes.outputs.source == 'true' }}
101- runs-on : ubuntu-20.04
101+ runs-on : ubuntu-latest
102102 steps :
103103 - name : checkout
104104@@ -115,7 +115,7 @@ jobs:
115115 - ci_build
116116 - changes
117117 if : ${{ needs.changes.outputs.source == 'true' }}
118- runs-on : ubuntu-20.04
118+ runs-on : ubuntu-latest
119119 steps :
120120 - name : checkout
121121@@ -132,7 +132,7 @@ jobs:
132132 - ci_build
133133 - changes
134134 if : ${{ needs.changes.outputs.source == 'true' }}
135- runs-on : ubuntu-20.04
135+ runs-on : ubuntu-latest
136136 steps :
137137 - name : checkout
138138
You can’t perform that action at this time.
0 commit comments