From fbf16e7dc28ba8cd0698bf57d245e0635bc46672 Mon Sep 17 00:00:00 2001 From: Vigneswaran Rajkumar <118706051+IAmVigneswaran@users.noreply.github.com> Date: Sun, 7 Apr 2024 10:51:02 +0800 Subject: [PATCH] Update build.yml --- .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 575fb1b..2706a00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,8 @@ jobs: - name: List Xcode installations run: sudo ls -1 /Applications | grep "Xcode" - - name: Select Xcode 15.2 - run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer + - name: Select Xcode 15.3 + run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer - name: Change to Project Directory run: cd Source/Marker\ Data