Skip to content

Commit c1a3131

Browse files
authored
chore(ci): remove Xcode 16 workaround (#2466)
1 parent f0c2e12 commit c1a3131

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ jobs:
111111
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
112112
steps:
113113
- run: sudo xcode-select --switch ${{ matrix.xcode }}
114-
- run: xcrun simctl list > /dev/null
115-
- run: xcodebuild -downloadPlatform iOS
116114
- uses: actions/setup-node@v6
117115
with:
118116
node-version: 22

.github/workflows/publish-ios.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
plugin: ${{ fromJson(github.event.inputs.plugins) }}
1717
steps:
1818
- run: sudo xcode-select --switch /Applications/Xcode_26.0.app
19-
- run: xcrun simctl list > /dev/null
20-
- run: xcodebuild -downloadPlatform iOS
2119
- uses: actions/setup-node@v6
2220
with:
2321
node-version: 22

0 commit comments

Comments
 (0)