Skip to content

Commit

Permalink
15.2 + 17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 19, 2024
1 parent 2edcd11 commit 798f094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
with:
xcode-version: '15.3'
xcode-version: '15.2'
- name: Install SSH key
uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 #v2.7.0
with:
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ platform :ios do
run_tests(
package_path: ".",
scheme: "PrimerSDKTests",
sdk: "iphonesimulator17.4",
destination: "OS=17.4,name=iPhone 15 Pro",
sdk: "iphonesimulator17.2",
destination: "OS=17.2,name=iPhone 15 Pro",
test_without_building: true
# xcargs: "EXCLUDED_ARCHS[sdk=iphonesimulator*]=arm64",
)
Expand Down

0 comments on commit 798f094

Please sign in to comment.