文档项目部署到友怕的 ci 。
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002
各位确认下自己的项目吧。。然后actions/checkout@v2
也该更新了。。
1
wdssmq OP 最近一些新项目也试过让 AI 写,然后给的也是 actions/checkout@v2 ,也是需要改进的问题,给的内容过时。。
|
2
AoEiuV020CN 2023-04-21 11:16:36 +08:00
差别不大吧,
我 actions 上遇到过的版本问题只有一个, 打包出来的 flutter linux app 依赖了高版本 glibc , 导致采用低版本 glibc 的 debian 无法运行, |