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 64
64
65
65
ci_build :
66
66
name : Build PowerShell
67
- runs-on : ubuntu-20.04
67
+ runs-on : ubuntu-latest
68
68
needs : changes
69
69
if : ${{ needs.changes.outputs.source == 'true' }}
70
70
steps :
81
81
- ci_build
82
82
- changes
83
83
if : ${{ needs.changes.outputs.source == 'true' }}
84
- runs-on : ubuntu-20.04
84
+ runs-on : ubuntu-latest
85
85
steps :
86
86
- name : checkout
87
87
98
98
- ci_build
99
99
- changes
100
100
if : ${{ needs.changes.outputs.source == 'true' }}
101
- runs-on : ubuntu-20.04
101
+ runs-on : ubuntu-latest
102
102
steps :
103
103
- name : checkout
104
104
@@ -115,7 +115,7 @@ jobs:
115
115
- ci_build
116
116
- changes
117
117
if : ${{ needs.changes.outputs.source == 'true' }}
118
- runs-on : ubuntu-20.04
118
+ runs-on : ubuntu-latest
119
119
steps :
120
120
- name : checkout
121
121
@@ -132,7 +132,7 @@ jobs:
132
132
- ci_build
133
133
- changes
134
134
if : ${{ needs.changes.outputs.source == 'true' }}
135
- runs-on : ubuntu-20.04
135
+ runs-on : ubuntu-latest
136
136
steps :
137
137
- name : checkout
138
138
You can’t perform that action at this time.
0 commit comments