Browse Source

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

Mario Zechner 2 năm trước cách đây
mục cha
commit
254458a421
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: