From d2b7f31e29deef8368e4912e551e52767b68eaa8 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 18 Sep 2023 14:02:12 +0200 Subject: [PATCH] Fix correct uses for ARM64 MacOS CURA-10982 --- .github/workflows/installers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index cc5a6a10e42..34157a70793 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -99,6 +99,7 @@ jobs: secrets: inherit macos-arm-installer: + uses: ./.github/workflows/macos.yml needs: [ default-values ] with: cura_conan_version: ${{ needs.default-values.outputs.cura_conan_version }}