Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests: disabled iOS 11.x tests to fix Xcode 15 tests #2720

Merged
merged 3 commits into from
Jun 28, 2023

Commits on Jun 27, 2023

  1. Tests: disabled iOS 11.x tests to fix Xcode 15 tests

    We weren't running iOS 11.x tests anyway because it's no longer possible to install those simulators.
    This simply changes the deployment target of **_only_ test targets** to iOS 12.0 so that running those in `Xcode 15.0` doesn't fail.
    NachoSoto committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d113ff4 View commit details
    Browse the repository at this point in the history
  2. Fixed tvOS

    NachoSoto committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ca88de7 View commit details
    Browse the repository at this point in the history
  3. Disabled iOS 17 tests

    NachoSoto committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    37ff22d View commit details
    Browse the repository at this point in the history