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 @@ -16,7 +16,7 @@ concurrency:
16
16
17
17
jobs :
18
18
build-openwrt :
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-22.04
20
20
21
21
container :
22
22
image : openwrt/sdk:latest
76
76
echo '```' >> $GITHUB_STEP_SUMMARY
77
77
78
78
build-entware :
79
- runs-on : ubuntu-latest
79
+ runs-on : ubuntu-22.04
80
80
81
81
steps :
82
82
- name : Checkout
@@ -107,7 +107,7 @@ jobs:
107
107
echo '```' >> $GITHUB_STEP_SUMMARY
108
108
109
109
build-repository :
110
- runs-on : ubuntu-latest
110
+ runs-on : ubuntu-22.04
111
111
needs : [build-openwrt, build-entware]
112
112
113
113
steps :
@@ -158,7 +158,7 @@ jobs:
158
158
echo '```' >> $GITHUB_STEP_SUMMARY
159
159
160
160
create-release :
161
- runs-on : ubuntu-latest
161
+ runs-on : ubuntu-22.04
162
162
needs : [build-repository]
163
163
164
164
steps :
@@ -301,7 +301,7 @@ jobs:
301
301
echo "Release v${{ steps.version.outputs.content }} created" >> $GITHUB_STEP_SUMMARY
302
302
303
303
deploy-repository :
304
- runs-on : ubuntu-latest
304
+ runs-on : ubuntu-22.04
305
305
needs : [build-repository]
306
306
307
307
steps :
You can’t perform that action at this time.
0 commit comments