Skip to content

Commit

Permalink
No CI on macOS/iOS cross-compilation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Oct 31, 2023
1 parent 089113b commit 2457f7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2457f7b

Please sign in to comment.