Skip to content

Commit b19b732

Browse files
Fix CI for macOS 14.4 build with latest SDK (#7)
The default macOS-14 platform didn't use the latest SDK and so some minor `UndoManager` assertions produced build errors.
1 parent d83b917 commit b19b732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ jobs:
1818
runs-on: macOS-14
1919
steps:
2020
- uses: actions/checkout@v4
21+
- name: Xcode Select Version
22+
uses: mobiledevops/xcode-select-version-action@v1
23+
with:
24+
xcode-select-version: 15.4
2125
- name: Test
2226
run: set -o pipefail && swift test | xcbeautify --renderer github-actions

0 commit comments

Comments
 (0)