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