From 335b8f31d78686dc744382423b0e7f33e3a0ac4e Mon Sep 17 00:00:00 2001 From: Konstantin Kostov Date: Wed, 22 Apr 2026 08:19:40 +0200 Subject: [PATCH 1/2] chore: update xcode version --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7eaf457..bfa57bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,13 +25,13 @@ jobs: fail-fast: true matrix: xcode: - - "26.1.1" + - 26.4" xcodebuildCommand: - - "-sdk iphonesimulator -destination 'platform=iOS Simulator,OS=26.1,name=iPhone 17'" + - "-sdk iphonesimulator -destination 'platform=iOS Simulator,OS=26.4,name=iPhone 17'" - "-sdk macosx -destination 'platform=macOS'" - - "-sdk xrsimulator -destination 'platform=visionOS Simulator,OS=26.1,name=Apple Vision Pro'" - - "-sdk appletvsimulator -destination 'platform=tvOS Simulator,OS=26.1,name=Apple TV 4K (3rd generation)'" - - "-sdk watchsimulator -destination 'platform=watchOS Simulator,OS=26.1,name=Apple Watch Series 11 (46mm)'" + - "-sdk xrsimulator -destination 'platform=visionOS Simulator,OS=26.4,name=Apple Vision Pro'" + - "-sdk appletvsimulator -destination 'platform=tvOS Simulator,OS=26.4,name=Apple TV 4K (3rd generation)'" + - "-sdk watchsimulator -destination 'platform=watchOS Simulator,OS=26.4,name=Apple Watch Series 11 (46mm)'" steps: - name: Repository checkout uses: actions/checkout@v5 From 4f957ceb7a3801a12bea0621ba98b326120794e4 Mon Sep 17 00:00:00 2001 From: Konstantin Kostov Date: Wed, 22 Apr 2026 08:29:36 +0200 Subject: [PATCH 2/2] fix: xcode version should be 26.4.0 for ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bfa57bc..94dea6b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: fail-fast: true matrix: xcode: - - 26.4" + - 26.4.0 xcodebuildCommand: - "-sdk iphonesimulator -destination 'platform=iOS Simulator,OS=26.4,name=iPhone 17'" - "-sdk macosx -destination 'platform=macOS'"