From 2457f7b87695887db3a7c137f7706975428de2f8 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Tue, 31 Oct 2023 07:29:08 +0100 Subject: [PATCH] No CI on macOS/iOS cross-compilation for now --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb9723a56..90be7006e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,12 @@ jobs: target: iOS_arm64 - os: macos-13-xlarge target: iOS_x86_64 + # TODO: iOS cross-compilation on macOS 13 compilation has to be fixed + # https://github.com/openzim/libzim/issues/834 + - os: macos-13 + target: iOS_arm64 + - os: macos-13 + target: iOS_x86_64 runs-on: ${{ matrix.os }} steps: