Skip to content

Commit

Permalink
removed macos12 from CI
Browse files Browse the repository at this point in the history
We use kiwix-build deps which are compiled with (and instruct to build with) Xcode 15
which is not available on macOS12
https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode

Also removed macos13-xlarge (apple silicon) as it's completly excluded ; so it's simpler
  • Loading branch information
rgaudin committed Nov 11, 2023
1 parent 1e2780d commit cdc840b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,11 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
- macos-13-xlarge
target:
- native_dyn
- iOS_arm64
- iOS_x86_64
exclude:
# iOS cross-compilation only on the 2 latest versions of macOS x86_64
- os: macos-13-xlarge
target: iOS_arm64
- os: macos-13-xlarge
target: iOS_x86_64
# TODO: M1 runner is still in beta and not reliable
- os: macos-13-xlarge
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit cdc840b

Please sign in to comment.