ci: 将linux作业的运行环境从vpn改为ubuntu-latest

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