From 52a9d98d6775276339e3a100de363e2d955e7830 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 26 Dec 2024 14:05:36 +0330 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 0aa7a49..7225cbc 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - platform: [android, ios, maccatalyst, windows] # Matrix build for different platforms + platform: [android, ios, macos, windows] # Matrix build for different platforms steps: - name: Check out the code @@ -25,8 +25,7 @@ jobs: - name: Install MAUI workloads run: | - dotnet workload install maui - dotnet workload install maui-android maui-ios maui-maccatalyst maui-windows + dotnet workload install maui-android maui-ios maui-macos maui-windows - name: Restore dependencies run: dotnet restore