mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-05 09:58:30 -06:00
Upgrade RN screens
This commit is contained in:
10
.github/actions/setup-xcode/action.yml
vendored
10
.github/actions/setup-xcode/action.yml
vendored
@@ -4,16 +4,12 @@ inputs:
|
||||
xcode-version:
|
||||
description: 'The xcode version to use'
|
||||
required: false
|
||||
default: '16.2.0'
|
||||
default: '16.3.0'
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Setup xcode
|
||||
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: ${{ inputs.xcode-version }}
|
||||
- name: Install iOS SDK
|
||||
shell: bash
|
||||
run: |
|
||||
xcodebuild -downloadPlatform iOS -buildVersion 18.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user