Browse Source

fix: remove macos arm64 build (#851)

Baptiste Augrain 3 years ago
parent
commit
85cbd0b0f2
1 changed files with 2 additions and 2 deletions
  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"