Skip to content

Conversation

@armando-rodriguez-cko
Copy link
Contributor

Fix Ubuntu Version in Release Action

Description:

This PR updates the build-release.yml GitHub Actions workflow to use a specific Ubuntu version (ubuntu-22.04) instead of the generic ubuntu-latest for improved stability and reproducibility.


Key Change:

  • Updated the runs-on configuration in the release action:
    • Before: runs-on: ubuntu-latest
    • After: runs-on: ubuntu-22.04

Impact:

  • Stability: Ensures consistent build environments by locking the Ubuntu version.
  • Predictability: Prevents unexpected changes caused by updates to the ubuntu-latest tag.
  • Compatibility: Aligns with recommended practices for long-term builds.

Additional Notes:

  • This change is minimal and backward compatible.
  • No additional steps or dependencies are introduced.

@armando-rodriguez-cko armando-rodriguez-cko requested a review from a team January 14, 2025 16:57
@armando-rodriguez-cko armando-rodriguez-cko merged commit 6e1b1df into master Jan 14, 2025
5 checks passed
@armando-rodriguez-cko armando-rodriguez-cko deleted the bugfix/update-release-action branch January 14, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants