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

Lower macOS availability of async APIs from 12.0 to 10.15 #421

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 30, 2022

  1. Lower macOS availability of async APIs from 12.0 to 10.15

    After async test support was added to this version of XCTest in apple#331, the Swift async/await feature became available in older Apple OSes, and on macOS specifically it changed from requiring 12.0 to 10.15. So this lowers the availability of all macOS 12.0 requirements of async APIs to 10.15.
    stmontgomery committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    a26d6e4 View commit details
    Browse the repository at this point in the history