Skip to content

Commit 62a508f

Browse files
author
Ehab Al
committed
Fix GHA failures
1 parent c8a21b1 commit 62a508f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
- 'release/*'
1010

1111
env:
12-
destination: "platform=iOS Simulator,name=iPhone 16 Pro,OS=latest"
12+
destination: "platform=iOS Simulator,name=iPhone 17 Pro,OS=26.1"
1313
configuration: "Debug"
1414
noIndex: "COMPILER_INDEX_STORE_ENABLE=NO"
1515
noSigning: "CODE_SIGNING_ALLOWED=NO"
16-
versionXcode: "16.0"
16+
versionXcode: "26.2"
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Select Xcode
128128
run: |
129-
sudo xcode-select -switch /Applications/Xcode_16.0.app
129+
sudo xcode-select -switch /Applications/Xcode_26.2.app
130130
131131
- name: Log xcodebuild Version
132132
run: |

0 commit comments

Comments
 (0)