ci: 将Linux构建任务运行环境从vpn改为ubuntu-latest

This commit is contained in:
2025-08-09 06:26:21 -07:00
parent 0316345e9f
commit 8a8ece76b1
+1 -1
View File
@@ -22,7 +22,7 @@ env:
jobs:
linux:
runs-on: vpn
runs-on: ubuntu-latest
strategy:
matrix:
# 使用gitea-tool-cache需要指定具体的版本号