Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sochalewski committed Oct 24, 2023
1 parent 60fa181 commit 8c0f71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install pod
run: cd Example ; pod install ; cd ..
- name: Test
run: xcodebuild test -workspace 'Example/TinySwift.xcworkspace' -scheme 'TinySwift-Example' -destination 'platform=iOS Simulator,name=iPhone 15 Pro'
run: xcodebuild test -workspace 'Example/TinySwift.xcworkspace' -scheme 'TinySwift-Example' -destination 'platform=iOS Simulator,name=iPhone 14 Pro'
- name: Validate
run: pod lib lint --allow-warnings
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 8c0f71f

Please sign in to comment.