From 1e2780d46d8659b9aa191a8385d5b43e8ae8a02c Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Fri, 10 Nov 2023 12:35:23 +0000 Subject: [PATCH] restoring iOS builds as its been fixed --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 473100693..bffce23d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,6 @@ 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 # TODO: M1 runner is still in beta and not reliable - os: macos-13-xlarge runs-on: ${{ matrix.os }}