Skip to content

Commit 16bd873

Browse files
committed
Bump Xcode version properly
1 parent bba9381 commit 16bd873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
TDLIB_REPO: https://github.com/tdlib/td
1818
ARTIFACT_NAME: TDLibFramework.zip
1919
ARTIFACT_DIR: ./builder/build
20-
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
20+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer # Remember to change in developer-dir: below, since envs are not evaluated in matrixes
2121

2222
jobs:
2323
build:
@@ -29,7 +29,7 @@ jobs:
2929
uses: ./.github/workflows/build.yml
3030
with:
3131
platform: ${{ matrix.platform }}
32-
developer-dir: "/Applications/Xcode_16.0.app/Contents/Developer"
32+
developer-dir: "/Applications/Xcode_16.4.app/Contents/Developer"
3333

3434
# Merge frameworks
3535
merge-xcframework:

0 commit comments

Comments
 (0)