Skip to content

Commit 52a9d98

Browse files
committed
Update Build.yml
1 parent d7b6924 commit 52a9d98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
platform: [android, ios, maccatalyst, windows] # Matrix build for different platforms
15+
platform: [android, ios, macos, windows] # Matrix build for different platforms
1616

1717
steps:
1818
- name: Check out the code
@@ -25,8 +25,7 @@ jobs:
2525

2626
- name: Install MAUI workloads
2727
run: |
28-
dotnet workload install maui
29-
dotnet workload install maui-android maui-ios maui-maccatalyst maui-windows
28+
dotnet workload install maui-android maui-ios maui-macos maui-windows
3029
3130
- name: Restore dependencies
3231
run: dotnet restore

0 commit comments

Comments
 (0)