ci: 更新 GitHub Actions 构建环境

- 将构建运行环境从 ubuntu-dev 修改为 ubuntu-latest
This commit is contained in:
Armamem0t 2025-07-25 22:13:45 +08:00
parent 93f8cd9386
commit ef4c7ff85a
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B

View File

@ -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