File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 70
70
71
71
ci_build :
72
72
name : Build PowerShell
73
- runs-on : ubuntu-20.04
73
+ runs-on : ubuntu-latest
74
74
needs : changes
75
75
if : ${{ needs.changes.outputs.source == 'true' }}
76
76
steps :
87
87
- ci_build
88
88
- changes
89
89
if : ${{ needs.changes.outputs.source == 'true' }}
90
- runs-on : ubuntu-20.04
90
+ runs-on : ubuntu-latest
91
91
steps :
92
92
- name : checkout
93
93
uses : actions/checkout@v4
@@ -104,7 +104,7 @@ jobs:
104
104
- ci_build
105
105
- changes
106
106
if : ${{ needs.changes.outputs.source == 'true' }}
107
- runs-on : ubuntu-20.04
107
+ runs-on : ubuntu-latest
108
108
steps :
109
109
- name : checkout
110
110
uses : actions/checkout@v4
@@ -121,7 +121,7 @@ jobs:
121
121
- ci_build
122
122
- changes
123
123
if : ${{ needs.changes.outputs.source == 'true' }}
124
- runs-on : ubuntu-20.04
124
+ runs-on : ubuntu-latest
125
125
steps :
126
126
- name : checkout
127
127
uses : actions/checkout@v4
@@ -138,7 +138,7 @@ jobs:
138
138
- ci_build
139
139
- changes
140
140
if : ${{ needs.changes.outputs.source == 'true' }}
141
- runs-on : ubuntu-20.04
141
+ runs-on : ubuntu-latest
142
142
steps :
143
143
- name : checkout
144
144
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments