From eef822f14a776781991b04861a22f650ff14762f Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 15 Jan 2026 17:04:11 +0100 Subject: [PATCH] chore(ci): remove Xcode 16 workaround --- .github/workflows/ci.yml | 2 -- .github/workflows/publish-ios.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 449a87e03..c00aa3260 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,8 +111,6 @@ jobs: plugin: ${{ fromJson(needs.setup.outputs.plugins) }} steps: - run: sudo xcode-select --switch ${{ matrix.xcode }} - - run: xcrun simctl list > /dev/null - - run: xcodebuild -downloadPlatform iOS - uses: actions/setup-node@v6 with: node-version: 22 diff --git a/.github/workflows/publish-ios.yml b/.github/workflows/publish-ios.yml index c0cbb5ae5..0a3d3f0cf 100644 --- a/.github/workflows/publish-ios.yml +++ b/.github/workflows/publish-ios.yml @@ -16,8 +16,6 @@ jobs: plugin: ${{ fromJson(github.event.inputs.plugins) }} steps: - run: sudo xcode-select --switch /Applications/Xcode_26.0.app - - run: xcrun simctl list > /dev/null - - run: xcodebuild -downloadPlatform iOS - uses: actions/setup-node@v6 with: node-version: 22