更新工作流以使用 Ubuntu 22.04 作为运行环境
This commit is contained in:
2
.github/workflows/daily-tracker-sync.yml
vendored
2
.github/workflows/daily-tracker-sync.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-list:
|
update-list:
|
||||||
runs-on: ubuntu-latest # 你的 act_runner 标签
|
runs-on: ubuntu-22.04 # 你的 act_runner 标签
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user