Skip to content

Commit

Permalink
[github-actions] update simulator 12 -> 15 to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSartor committed Jul 8, 2024
1 parent 933fe2f commit 37cf394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simlar-ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: cocoapods
run: pod install
- name: build
run: xcodebuild clean build -workspace Simlar.xcworkspace/ -scheme Simlar -sdk iphoneos -destination 'platform=iOS Simulator,name=iPhone 12'
run: xcodebuild clean build -workspace Simlar.xcworkspace/ -scheme Simlar -sdk iphoneos -destination 'platform=iOS Simulator,name=iPhone 15'

0 comments on commit 37cf394

Please sign in to comment.