Skip to content

Commit b06386b

Browse files
author
Ehab Al
committed
Fix regression test CI failure
1 parent 103dcc1 commit b06386b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ concurrency:
2020
cancel-in-progress: true
2121

2222
env:
23-
destination: "platform=iOS Simulator,name=iPhone 16 Pro,OS=latest"
23+
destination: "platform=iOS Simulator,name=iPhone 17 Pro,OS=latest"
2424
configuration: "Debug"
2525
noIndex: "COMPILER_INDEX_STORE_ENABLE=NO"
2626
noSigning: "CODE_SIGNING_ALLOWED=NO"
27-
versionXcode: "16.0"
27+
versionXcode: "26.2"
2828

2929
jobs:
3030
analyze:

.github/workflows/run-regression-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222

2323
- name: Select Xcode
2424
run: |
25-
sudo xcode-select -switch /Applications/Xcode_16.0.app
25+
sudo xcode-select -switch /Applications/Xcode_26.2.app
2626
2727
- name: Log xcodebuild Version
2828
run: |
2929
xcodebuild -version
3030
3131
- name: Run Regression Tests
3232
run: |
33-
set -o pipefail && xcodebuild "test" "-project" "iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj" "-scheme" "Regression Tests" "-configuration" "Debug" "-destination" "platform=iOS Simulator,name=iPhone 16 Pro,OS=latest" | xcpretty
33+
set -o pipefail && xcodebuild "test" "-project" "iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj" "-scheme" "Regression Tests" "-configuration" "Debug" "-destination" "platform=iOS Simulator,name=iPhone 17 Pro,OS=latest" | xcpretty
3434
3535
#
3636
# Comment out below only when needed, to avoid overhead.

0 commit comments

Comments
 (0)