Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Pin Python, Fedora and Ubuntu runner versions.
We initially thought always using the latest releases would be more maintainable because we didn't have to bump versions manually. It turns out that it's the opposite, CI suddenly starts to fail on versions where it used to pass. To avoid ever changing tools in our CI due to newer releases of Python/Fedora/Ubuntu. We can always bump versions manually. Fixes: 5ee07b3 ("ci: Change all GitHub CI jobs to use ubuntu-latest.") Fixes: 60a53ab ("ci: Add automation for building the containers") Signed-off-by: Dumitru Ceara <dceara@redhat.com> Acked-by: Ales Musil <amusil@redhat.com> Acked-by: Mark Michelson <mmichels@redhat.com> (cherry picked from commit 278e0d3)
- Loading branch information