From d7e4633d276396e4b7bc9a26941dc95f02886b07 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Tue, 7 Jan 2025 10:21:43 +0100 Subject: [PATCH 1/2] Update build-all.yml --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 03e2143ce..529984386 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -25,7 +25,7 @@ jobs: run: dotnet workload install maui - name: Select Xcode Version - run: sudo xcode-select -s /Applications/Xcode_16.1.app + run: sudo xcode-select -s /Applications/Xcode_16.2.app if: runner.os == 'macOS' - name: Find and build all C# projects From 879f3602610fed8b4ec431454b3f8110418e3b4d Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Tue, 7 Jan 2025 10:22:02 +0100 Subject: [PATCH 2/2] Update build-pr.yml --- .github/workflows/build-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index ad1a9f030..2273177ae 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -29,7 +29,7 @@ jobs: run: dotnet workload install maui - name: Select Xcode Version - run: sudo xcode-select -s /Applications/Xcode_16.1.app + run: sudo xcode-select -s /Applications/Xcode_16.2.app if: runner.os == 'macOS' - name: Find and build changed projects