Skip to content

Commit

Permalink
Revert "use xcode 15.3"
Browse files Browse the repository at this point in the history
This reverts commit f425efc.
  • Loading branch information
andremion committed Mar 14, 2024
1 parent f425efc commit 9085a82
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.3'

- name: set up JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -26,4 +21,4 @@ jobs:
cache: gradle

- name: Build with Xcode
run: xcodebuild build -project iosApp/iosApp.xcodeproj -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 15 Pro' -verbose
run: xcodebuild build -project iosApp/iosApp.xcodeproj -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 14 Pro' -verbose

0 comments on commit 9085a82

Please sign in to comment.