From ee909bd87331012d4012f6250a56b284c87397bf Mon Sep 17 00:00:00 2001 From: Florian Becker Date: Fri, 15 Nov 2024 14:59:25 +0100 Subject: [PATCH] Try decicion between arm and x64_86 --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e711b57..d3fcca4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -67,8 +67,8 @@ jobs: run: | brew install ninja brew install doxygen graphviz - brew install icu4c - brew install sqlite + arch -${{matrix.architecture}} brew install icu4c + arch -${{matrix.architecture}} brew install sqlite if [ "${{matrix.compiler}}" = "xcode" ]; then ls -ls /Applications/