Skip to content

Commit 1796dbe

Browse files
ci: Use Xcode_26
1 parent ab03cbe commit 1796dbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable_verify-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
xcode:
17-
- /Applications/Xcode_16.4.app
17+
- /Applications/Xcode_26_0.app
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:

publish-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-15
1212
timeout-minutes: 30
1313
steps:
14-
- run: sudo xcode-select --switch /Applications/Xcode_16.4.app
14+
- run: sudo xcode-select --switch /Applications/Xcode_26_0.app
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16

0 commit comments

Comments
 (0)