From 4f875ebfe44a55d5bbf7f17a49a2356428557d62 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 9 Sep 2024 20:21:02 +0200 Subject: [PATCH] ci: disable macos target for js for now so it runs the publish step --- .github/workflows/javascript.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 825e664..448385f 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -20,8 +20,8 @@ jobs: target: win32-x64 - runner: ubuntu-latest target: linux-x64-gnu - - runner: macos-14 - target: darwin-arm64 + #- runner: macos-14 + # target: darwin-arm64 #- runner: macos-12 # target: darwin-64 steps: