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

iOS build fix for Xcode 15 #1149

Merged
merged 6 commits into from
May 5, 2024
Merged

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    ec20573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa0010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75c0c06 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. 📌 ⬆️ Upgrade the pinned version of the OS

    - We want to upgrade the pinned version of the OS to the next one
    - We don't want to run on `latest` because then changes to the underlying
      runner will break all tests, including for pull requests, and block
    development.
    
    Instead, we should schedule a periodic (~ once a week) check against `latest`
    so we know when the latest has changed, and can fix it before again bumping up
    the pinned version @louisg1337
    
    Also, there was a typo in `latest` :smile
    shankari committed May 5, 2024
    Configuration menu
    Copy the full SHA
    bc4c4ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab2ff6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d890502 View commit details
    Browse the repository at this point in the history