浏览代码

[godot] Use self-hosted label instead of runner name.

Mario Zechner 2 年之前
父节点
当前提交
254458a421
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/spine-godot-v4.yml

+ 1 - 1
.github/workflows/spine-godot-v4.yml

@@ -115,7 +115,7 @@ jobs:
           path: spine-godot/godot/bin/godot-editor-macos.zip
 
   godot-editor-macos-self-hosted:
-    runs-on: Marios-MacBook-Pro
+    runs-on: self-hosted
     steps:
       - uses: actions/checkout@v3
         with: