From 90f3376bb93ae72e0929ff5af8751b46d34b45db Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 8 Apr 2024 14:24:33 +0200 Subject: [PATCH] fixup! Build libzim with new archive for kiwix-build. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae63e6c7..291e3ba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,13 +19,13 @@ jobs: - ios-x86_64-dyn include: - target: macos-x86_64-dyn - arch_name: macos_x86_64 + arch_name: x86_64-apple-darwin run_test: true - target: ios-arm64-dyn - arch_name: ios-arm64 + arch_name: aarch64-apple-ios run_test: false - target: ios-x86_64-dyn - arch_name: ios-x86_64 + arch_name: x86-apple-ios-simulator run_test: false runs-on: ${{ matrix.os }}