Alex Tran 2 年之前
父節點
當前提交
1c4267583c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/docker.yml

+ 1 - 1
.github/workflows/docker.yml

@@ -112,7 +112,7 @@ jobs:
           labels: ${{ steps.metadata.outputs.labels }}
 
   build_and_push_server_arm_64:
-    runs-on: self-hosted
+    runs-on: macos-latest
     strategy:
       # Prevent a failure in one image from stopping the other builds
       fail-fast: false