We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba9381 commit 16bd873Copy full SHA for 16bd873
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ env:
17
TDLIB_REPO: https://github.com/tdlib/td
18
ARTIFACT_NAME: TDLibFramework.zip
19
ARTIFACT_DIR: ./builder/build
20
- DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
+ DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer # Remember to change in developer-dir: below, since envs are not evaluated in matrixes
21
22
jobs:
23
build:
@@ -29,7 +29,7 @@ jobs:
29
uses: ./.github/workflows/build.yml
30
with:
31
platform: ${{ matrix.platform }}
32
- developer-dir: "/Applications/Xcode_16.0.app/Contents/Developer"
+ developer-dir: "/Applications/Xcode_16.4.app/Contents/Developer"
33
34
# Merge frameworks
35
merge-xcframework:
0 commit comments