소스 검색

fix: remove macos arm64 build (#851)

Baptiste Augrain 3 년 전
부모
커밋
85cbd0b0f2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/macos.yml

+ 2 - 2
.github/workflows/macos.yml

@@ -18,8 +18,8 @@ jobs:
         include:
           - vscode_arch: x64
             os: macOS-10.15
-          - vscode_arch: arm64
-            os: macOS-11
+          # - vscode_arch: arm64
+          #   os: macOS-11
 
     env:
       OS_NAME: "osx"