From d6b204a782792fd6f4bf66235d2dfab8f6fe2266 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 25 Sep 2024 19:07:21 -0400 Subject: [PATCH] [actions] Bump to Xcode 15.4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ba8e65..8d6defb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,8 +26,8 @@ jobs: distribution: microsoft java-version: 17 - - name: Use Xcode 15.3 - run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer + - name: Use Xcode 15.4 + run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer - name: Install MAUI run: dotnet workload install maui