We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3392402 commit e108c36Copy full SHA for e108c36
1 file changed
.github/workflows/main.yml
@@ -12,6 +12,6 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Select Xcode
15
- run: sudo xcode-select -switch /Applications/Xcode_16.0.app && /usr/bin/xcodebuild -version
+ run: sudo xcode-select -switch /Applications/Xcode_16.2.app && /usr/bin/xcodebuild -version
16
- name: Run tests
17
- run: xcodebuild test -scheme JsonDecodeProtection -project JsonDecodeProtection.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0' | xcpretty && exit ${PIPESTATUS[0]}
+ run: xcodebuild test -scheme JsonDecodeProtection -project JsonDecodeProtection.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.2' | xcpretty && exit ${PIPESTATUS[0]}
0 commit comments