Skip to content

Commit e13ee97

Browse files
committed
fix(ci): use current Xcode for macOS release build
1 parent 0fa5fc5 commit e13ee97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-macos-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Xcode
3737
uses: maxim-lobanov/setup-xcode@v1
3838
with:
39-
xcode-version: '15.4'
39+
xcode-version: "latest-stable"
4040

4141
- name: Install xcodegen
4242
run: brew install xcodegen

0 commit comments

Comments
 (0)