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

use xcode 15.3 #4253

Merged
merged 2 commits into from
May 29, 2024
Merged

use xcode 15.3 #4253

merged 2 commits into from
May 29, 2024

Conversation

haileyok
Copy link
Contributor

@haileyok haileyok commented May 29, 2024

Why

We added some code recently to a native module that requires iOS 17.4.1. To build for that iOS version, we need XCode 15.3 or greater.

See https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#installed-sdks. We are already using macos-14, so 15.3 should be available and will give us access to the 17.4 SDK.

Screenshot 2024-05-28 at 10 08 55 PM

Test Plan

Merge, see if the action runs.

Copy link

render bot commented May 29, 2024

Copy link

Old size New size Diff
7.23 MB 7.23 MB 0 B (0.00%)

@@ -80,11 +84,11 @@ jobs:
- name: ⬇️ Restore Cache
id: get-base-commit
uses: actions/cache@v4
if: ${{ inputs.profile == 'testflight' && github.ref == 'refs/heads/main' }}
if: ${{ inputs.profile == 'testflight' }}
Copy link
Contributor Author

@haileyok haileyok May 29, 2024

Choose a reason for hiding this comment

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

Tweaked this bad copy/paste from before. Not necessary to limit this by ref since we can build off any branch, not just main.

@haileyok haileyok merged commit 613884a into main May 29, 2024
6 checks passed
@haileyok haileyok deleted the hailey/change-xcode-version branch May 29, 2024 08:50
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.

2 participants