Skip to content

Commit

Permalink
Use 18.1 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tahirmt committed Feb 21, 2025
1 parent 766fcd4 commit b987fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: sudo xcode-select -s /Applications/Xcode_16.2.0.app
- run: xcodebuild test -scheme Nimble-SnapshotTesting -destination 'platform=iOS Simulator,OS=18.2,name=iPhone 16 Pro'
- run: sudo xcode-select -s /Applications/Xcode_16.1.0.app
- run: xcodebuild test -scheme Nimble-SnapshotTesting -destination 'platform=iOS Simulator,OS=18.1,name=iPhone 16 Pro'

0 comments on commit b987fdd

Please sign in to comment.