Skip to content

Commit

Permalink
Do not compile on macos-12.
Browse files Browse the repository at this point in the history
We can reactivate cross-compilation to iOS from macos-13 as
kiwix/kiwix-build#650 make kiwix-build compile on macos-13.
  • Loading branch information
mgautierfr committed Nov 9, 2023
1 parent 3f50334 commit 2fecfad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
- macos-13-xlarge
target:
Expand All @@ -25,12 +24,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 }}
Expand Down

0 comments on commit 2fecfad

Please sign in to comment.