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

Bump CI to macOS 14 and build visionOS debug simulator #1966

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

mischreiber
Copy link
Contributor

@mischreiber mischreiber commented Feb 8, 2024

Platforms Impacted

  • iOS
  • macOS

Description of changes

  • Updating our workflows to use macOS 14 runners, which are ARM64 devices by default
  • Using these new runners, verify visionOS as part of the CI pipeline

Binary change

n/a -- only pipeline changes

Verification

Hopefully CI passes :)

Pull request checklist

This PR has considered:

  • Light and Dark appearances
  • iOS supported versions (all major versions greater than or equal current target deployment version)
  • VoiceOver and Keyboard Accessibility
  • Internationalization and Right to Left layouts
  • Different resolutions (1x, 2x, 3x)
  • Size classes and window sizes (iPhone vs iPad, notched devices, multitasking, different window sizes, etc)
  • iPad Pointer interaction
  • SwiftUI consumption (validation or new demo scenarios needed)
  • Objective-C exposure (provide it only if needed)
Microsoft Reviewers: Open in CodeFlow

@mischreiber mischreiber requested a review from a team as a code owner February 8, 2024 22:07
Copy link
Contributor

@joannaquu joannaquu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want device too or is simulator enough

@mischreiber
Copy link
Contributor Author

do we want device too or is simulator enough

I was wondering about that too. In your experience, have there been any interesting differences between device and simulator that we should consider? I assumed that for most cases (catching deprecated API usage, for example), one should be sufficient.

@joannaquu
Copy link
Contributor

do we want device too or is simulator enough

I was wondering about that too. In your experience, have there been any interesting differences between device and simulator that we should consider? I assumed that for most cases (catching deprecated API usage, for example), one should be sufficient.

nope!

@mischreiber mischreiber merged commit 99d6ede into microsoft:main Feb 8, 2024
7 checks passed
@mischreiber mischreiber deleted the visionOS-CI branch February 8, 2024 23:29
@mischreiber mischreiber mentioned this pull request Mar 6, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants