改回使用 ubuntu-latest runner

This commit is contained in:
2026-04-22 08:31:34 +08:00
parent d3901a1cf4
commit f3f4ff20ec
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ on:
jobs:
DOCKERHUB_Guacd_Build:
name: Docker Guacd Build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Private Actions Checkout
uses: actions/checkout@v4