FederatedAI / KubeFATE

Manage federated learning workload using cloud native technologies.
Apache License 2.0
418 stars 222 forks source link

Fix kubefate push actions "This request was automatically failed beca… #888

Closed owlet42 closed 1 year ago

owlet42 commented 1 year ago

…use there were no enabled runners online to process the request for more than 1 days."

Fixes Actions https://github.com/FederatedAI/KubeFATE/actions/runs/4932035872

Description

This action failed because runs-on: ubuntu-18.04 has been deprecated.

The Ubuntu 18.04 Actions runner image will begin deprecation on 2022/08/08 and will be fully unsupported by 2023/04/03

Solution

Change ubuntu-18.04 to ubuntu-22.04