Skip to content

Commit 2fded66

Browse files
committed
Use Ubuntu-22.04 for old glibc
1 parent b761bc7 commit 2fded66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
asset_content_type: application/zip
189189

190190
build_linux_streamer:
191-
runs-on: ubuntu-latest
191+
runs-on: ubuntu-22.04
192192
needs: [prepare_release]
193193
steps:
194194
- uses: actions/checkout@v4
@@ -225,7 +225,7 @@ jobs:
225225
asset_content_type: application/gzip
226226

227227
build_linux_streamer_debug:
228-
runs-on: ubuntu-latest
228+
runs-on: ubuntu-22.04
229229
needs: [prepare_release]
230230
steps:
231231
- uses: actions/checkout@v4
@@ -264,7 +264,7 @@ jobs:
264264
asset_content_type: application/gzip
265265

266266
build_linux_launcher:
267-
runs-on: ubuntu-latest
267+
runs-on: ubuntu-22.04
268268
needs: [prepare_release]
269269
steps:
270270
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)