ci: 更新 GitHub Actions 构建环境

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

View File

@ -15,6 +15,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'microsoft'
- name: build