From 75d7d48e9037f1ef64aae954a518f5c5ca9ecaa0 Mon Sep 17 00:00:00 2001 From: Roman Vladimirov Date: Thu, 26 Oct 2023 10:26:48 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15cfe24..99a9dd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,6 @@ jobs: cache: true modules: 'qtscxml qt5compat qtshadertools qtimageformats qtwebsockets' - name: run qmake - run: qmake6 -makefile -o src/Makefile src/ArdorQuery.pro + run: qmake6 -makefile -o src/Makefile src/ArdorQuery.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" - name: run make run: make -C src