Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobalseiro committed Nov 11, 2024
1 parent 014e262 commit fdae7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changes-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build Network Monitor
run: xcodebuild build -scheme NetworkMonitor -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max'
run: xcodebuild build -scheme NetworkMonitor -destination 'platform=iOS Simulator,name=iPhone 15 Pro Max'
- name: Test Network Monitor
run: xcodebuild test -scheme NetworkMonitor -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max'
run: xcodebuild test -scheme NetworkMonitor -destination 'platform=iOS Simulator,name=iPhone 15 Pro Max'
- name: Install Cocoapods
run: gem install cocoapods
- name: Pod lib lint
Expand Down

0 comments on commit fdae7f0

Please sign in to comment.