Skip to content

Commit 4886e79

Browse files
impr: Build XCFramework with Xcode 15 (#3415)
Fixes GH-3411
1 parent 1ce939e commit 4886e79

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
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

0 commit comments

Comments
 (0)