From 85cbd0b0f29eff9a2268c4acf9777d22f73634fd Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 20 Sep 2021 09:25:00 +0200 Subject: [PATCH] fix: remove macos arm64 build (#851) --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d8bd48e..be70463 100644 --- a/.github/workflows/macos.yml +++ b/.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"