Skip to content

Commit

Permalink
fix(ci): Build releases against older ubunut to ensure glibc compat
Browse files Browse the repository at this point in the history
  • Loading branch information
The-personified-devil committed Jan 17, 2025
1 parent 1e40b10 commit 23641fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
asset_content_type: application/zip

build_linux_streamer:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [prepare_release]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 23641fe

Please sign in to comment.