Skip to content

Commit 71ec64e

Browse files
committed
Build the lsp and tools for macOS with Xcode 26
For corner radius with the live-preview window when running on 26
1 parent 568d495 commit 71ec64e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly_snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
build_vscode_lsp_macos_aarch64_bundle:
121121
env:
122122
SLINT_NO_QT: 1
123-
runs-on: macos-14
123+
runs-on: macos-26
124124
steps:
125125
- uses: actions/checkout@v5
126126
- uses: ./.github/actions/setup-rust

.github/workflows/slint_tool_binary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
path: slint-${{ github.event.inputs.program || inputs.program }}-${{ matrix.target }}.tar.gz
168168

169169
build_macos:
170-
runs-on: macos-14
170+
runs-on: macos-26
171171
steps:
172172
- uses: actions/checkout@v5
173173
- uses: ./.github/actions/setup-rust

0 commit comments

Comments
 (0)