Skip to content

Commit 5767c45

Browse files
authored
Revert "chore(ci): temporarily remove xcode version change" (#8164)
1 parent 03a6c59 commit 5767c45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
xcode:
100100
- /Applications/Xcode_26.0.app
101101
steps:
102-
# - run: sudo xcode-select --switch ${{ matrix.xcode }}
102+
- run: sudo xcode-select --switch ${{ matrix.xcode }}
103103
- uses: actions/setup-node@v4
104104
with:
105105
node-version: 20.x

.github/workflows/publish-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macos-15
1313
timeout-minutes: 30
1414
steps:
15-
# - run: sudo xcode-select --switch /Applications/Xcode_26.0.app
15+
- run: sudo xcode-select --switch /Applications/Xcode_26.0.app
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20.x

ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"scripts": {
2323
"verify": "npm run xc:build:Capacitor && npm run xc:build:CapacitorCordova",
24-
"xc:build:Capacitor": "cd Capacitor && xcodebuild clean test -workspace Capacitor.xcworkspace -scheme Capacitor -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.6' && cd ..",
24+
"xc:build:Capacitor": "cd Capacitor && xcodebuild clean test -workspace Capacitor.xcworkspace -scheme Capacitor -destination 'platform=iOS Simulator,name=iPhone 16,OS=26.0' && cd ..",
2525
"xc:build:CapacitorCordova": "cd CapacitorCordova && xcodebuild && cd .."
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)