Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramiz69 authored Mar 14, 2024
1 parent 1d8bc77 commit ed8ca0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
destination: ["platform=iOS Simulator,OS=17.2,name=iPhone 15 Pro"]
destination: ["OS=17.2,name=iPhone 15 Pro"] #, "OS=16.2,name=iPhone 15 Pro Max", "OS=16.1,name=iPhone 15 Pro"]
steps:
- uses: actions/checkout@v2
- name: Set Xcode version
run: sudo xcode-select -s $DEVELOPER_DIR
- name: iOS - Test Build
- name: iOS - Build
run: xcodebuild -project "Slider.xcodeproj" -scheme "SliderScheme" -destination "${{ matrix.destination }}" build test
timeout-minutes: 10

0 comments on commit ed8ca0a

Please sign in to comment.