Commit 2fded66 1 parent b761bc7 commit 2fded66 Copy full SHA for 2fded66
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
asset_content_type : application/zip
189
189
190
190
build_linux_streamer :
191
- runs-on : ubuntu-latest
191
+ runs-on : ubuntu-22.04
192
192
needs : [prepare_release]
193
193
steps :
194
194
- uses : actions/checkout@v4
@@ -225,7 +225,7 @@ jobs:
225
225
asset_content_type : application/gzip
226
226
227
227
build_linux_streamer_debug :
228
- runs-on : ubuntu-latest
228
+ runs-on : ubuntu-22.04
229
229
needs : [prepare_release]
230
230
steps :
231
231
- uses : actions/checkout@v4
@@ -264,7 +264,7 @@ jobs:
264
264
asset_content_type : application/gzip
265
265
266
266
build_linux_launcher :
267
- runs-on : ubuntu-latest
267
+ runs-on : ubuntu-22.04
268
268
needs : [prepare_release]
269
269
steps :
270
270
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments