From 0653f22c73f696964075091c135c92412580091d Mon Sep 17 00:00:00 2001 From: gal kahana Date: Tue, 11 Jun 2024 18:08:25 +0300 Subject: [PATCH] does it matter if i flip --- .github/workflows/create-release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-binaries.yml b/.github/workflows/create-release-binaries.yml index 1acea54..7de187a 100644 --- a/.github/workflows/create-release-binaries.yml +++ b/.github/workflows/create-release-binaries.yml @@ -22,7 +22,7 @@ jobs: executable_path: /build/TextExtractionCLI executable_name: TextExtraction os_name: mac - extra_cmake_config_flags: -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" # universal. arm and intel + extra_cmake_config_flags: -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" # universal. arm and intel - os: windows-latest executable_path: /build/TextExtractionCLI/Release executable_name: TextExtraction.exe