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

Add missing available annotations to test code #1720

Merged

Conversation

simonjbeaumont
Copy link
Collaborator

Motivation

Tests couldn't build on macOS 12 and older because they are making use of code that is available only on macOS 13 or newer.

Modifications

Add @available annotations to the test code.

Result

Tests now build on macOS 12.

Notes

Also depends on #1719.

@glbrntt glbrntt enabled auto-merge (squash) November 24, 2023 10:14
@glbrntt glbrntt added the version/v2 Relates to v2 label Nov 24, 2023
@glbrntt glbrntt merged commit 060ecea into grpc:main Nov 24, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version/v2 Relates to v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants