Skip to content

Commit 96c72da

Browse files
fix(ci): Build releases against older ubunut to ensure glibc compat (#2638)
1 parent 1e40b10 commit 96c72da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
asset_content_type: application/zip
112112

113113
build_linux_streamer:
114-
runs-on: ubuntu-latest
114+
runs-on: ubuntu-22.04
115115
needs: [prepare_release]
116116
steps:
117117
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)