From 87a02c6ea20120f2a008f2cc6fba58a2c6438f9c Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 23 Oct 2023 15:26:15 +0200 Subject: [PATCH] Specify both OS and Arch for Mac --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 01a64f5180..89da0ac086 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -90,7 +90,7 @@ env: jobs: cura-installer-create: - runs-on: ${{ inputs.operating_system }} + runs-on: [${{ inputs.operating_system }}, ${{ inputs.architecture }}] outputs: INSTALLER_FILENAME: ${{ steps.filename.outputs.INSTALLER_FILENAME }}