We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c2e12 commit c1a3131Copy full SHA for c1a3131
.github/workflows/ci.yml
@@ -111,8 +111,6 @@ jobs:
111
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
112
steps:
113
- run: sudo xcode-select --switch ${{ matrix.xcode }}
114
- - run: xcrun simctl list > /dev/null
115
- - run: xcodebuild -downloadPlatform iOS
116
- uses: actions/setup-node@v6
117
with:
118
node-version: 22
.github/workflows/publish-ios.yml
@@ -16,8 +16,6 @@ jobs:
16
plugin: ${{ fromJson(github.event.inputs.plugins) }}
17
18
- run: sudo xcode-select --switch /Applications/Xcode_26.0.app
19
20
21
22
23
0 commit comments