From ba939118c272a5bd2c4eb49d7bef4a3a66739186 Mon Sep 17 00:00:00 2001 From: Alexandre Stahmer Date: Thu, 15 Jun 2023 18:53:19 +0200 Subject: [PATCH] ci: disable darwin-arm64 darwin-arm64 runners must be self hosted https://github.com/github/roadmap/issues/528 https://github.com/rust-lang/rust/issues/73908 --- .github/workflows/extension.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index 81a025922a..779ee8a263 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -40,9 +40,9 @@ jobs: - os: ubuntu-latest target: alpine-x64 npm_config_arch: x64 - - os: macos-latest - target: darwin-arm64 - npm_config_arch: x64 + # - os: macos-latest + # target: darwin-arm64 + # npm_config_arch: x64 - os: macos-latest target: darwin-arm64 npm_config_arch: arm64