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

Run CI against visionOS #26

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Run CI against visionOS #26

merged 1 commit into from
Jan 31, 2024

Conversation

dfed
Copy link
Owner

@dfed dfed commented Jan 31, 2024

As title!

@dfed dfed self-assigned this Jan 31, 2024
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2ae35d8) 100.00% compared to head (fdb5dd1) 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #26   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          921       921           
=========================================
  Hits           921       921           

@@ -9,19 +9,19 @@ on:
jobs:
pod-lint:
name: Pod Lint
runs-on: macos-13
runs-on: macos-14
Copy link
Owner Author

Choose a reason for hiding this comment

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

migrating to macOS 14 which is now ARM while we're here

steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.0.1.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
Copy link
Owner Author

Choose a reason for hiding this comment

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

Xcode 15.0.1 on macOS 14 is pretty buggy and has a lot of spurious failures. Going to Xcode 15.2 to try to avoid this, plus we need 15.2 for visionOS.

@dfed dfed marked this pull request as ready for review January 31, 2024 03:55
@dfed dfed merged commit 0a0e77a into main Jan 31, 2024
8 checks passed
@dfed dfed deleted the dfed--visionos branch January 31, 2024 03:55
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.

1 participant