Skip to content

Commit ab58d1d

Browse files
authored
[actions] Bump to Xcode 15.4 (#49)
1 parent b62f47a commit ab58d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
distribution: microsoft
2727
java-version: 17
2828

29-
- name: Use Xcode 15.3
30-
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
29+
- name: Use Xcode 15.4
30+
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
3131

3232
- name: Install MAUI
3333
run: dotnet workload install maui

0 commit comments

Comments
 (0)