We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a21b1 commit 62a508fCopy full SHA for 62a508f
1 file changed
.github/workflows/check-pr.yml
@@ -9,11 +9,11 @@ on:
9
- 'release/*'
10
11
env:
12
- destination: "platform=iOS Simulator,name=iPhone 16 Pro,OS=latest"
+ destination: "platform=iOS Simulator,name=iPhone 17 Pro,OS=26.1"
13
configuration: "Debug"
14
noIndex: "COMPILER_INDEX_STORE_ENABLE=NO"
15
noSigning: "CODE_SIGNING_ALLOWED=NO"
16
- versionXcode: "16.0"
+ versionXcode: "26.2"
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -126,7 +126,7 @@ jobs:
126
127
- name: Select Xcode
128
run: |
129
- sudo xcode-select -switch /Applications/Xcode_16.0.app
+ sudo xcode-select -switch /Applications/Xcode_26.2.app
130
131
- name: Log xcodebuild Version
132
0 commit comments