Skip to content

Commit e7e8127

Browse files
committed
fix: xcode version in gh action config
1 parent 45ce1e3 commit e7e8127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Xcode
2323
uses: maxim-lobanov/setup-xcode@v1
2424
with:
25-
xcode-version: "15.4"
25+
xcode-version: "16.1"
2626

2727
- name: Build the app
2828
run: |

0 commit comments

Comments
 (0)