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 authored Jan 17, 2025
1 parent 1e40b10 commit 96c72da
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

1 comment on commit 96c72da

@jamie-pate
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #2640 i guess :D

Please sign in to comment.