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 }}