generated from mingliqiye/lib-tem
ci: 更新 GitHub Actions 构建环境
- 将构建运行环境从 ubuntu-dev 修改为 ubuntu-latest
This commit is contained in:
parent
93f8cd9386
commit
ef4c7ff85a
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- master
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-dev
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user