Browse Source

Fix correct uses for ARM64 MacOS

CURA-10982
Jelle Spijker 1 year ago
parent
commit
d2b7f31e29
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/installers.yml

+ 1 - 0
.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 }}