Browse Source

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

Mario Zechner 2 years ago
parent
commit
254458a421
1 changed files with 1 additions and 1 deletions
  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
           path: spine-godot/godot/bin/godot-editor-macos.zip
 
 
   godot-editor-macos-self-hosted:
   godot-editor-macos-self-hosted:
-    runs-on: Marios-MacBook-Pro
+    runs-on: self-hosted
     steps:
     steps:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3
         with:
         with: