You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
While working on #1487 I noticed
several pipelines pipelines are failing/timing out (example:
https://github.com/swift-nav/libsbp/actions/runs/16514255607/job/46702019004).
These are relying on deprecated github actions runners (ubuntu-20.04),
which are not available anymore. This PR removes as much ubuntu-20.04
references as possible.
With this PR, all existing libsbp CI workflows are functional 🎉
# API compatibility
No API change
# Related PRs
Implemented while working on
#1487
0 commit comments