File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8989 runs-on : macos-13
9090 steps :
9191 - uses : actions/checkout@v4
92- - run : ./scripts/ci-select-xcode.sh
92+ - run : ./scripts/ci-select-xcode.sh 15.0.1
9393 - run : make build-xcframework
9494 shell : sh
9595
@@ -118,7 +118,7 @@ jobs:
118118 - uses : actions/download-artifact@v3
119119 with :
120120 name : ${{ github.sha }}
121- - run : ./scripts/ci-select-xcode.sh
121+ - run : ./scripts/ci-select-xcode.sh 15.0.1
122122 - run : make build-xcframework-sample
123123 shell : sh
124124
Original file line number Diff line number Diff line change 1111- Infinite loop when parsing MetricKit data (#3395 )
1212- Fix incorrect implementation in #3398 to work around a profiling crash (#3405 )
1313
14+ ### Improvements
15+
16+ - Build XCFramework with Xcode 15 (#3415 )
17+
18+ The XCFramework attached to GitHub releases is now built with Xcode 15.
19+
1420## 8.15.2
1521
1622### Fixes
You can’t perform that action at this time.
0 commit comments