From 2e1b8b5bbb0affd076ed6ff1e4ae5208412514d7 Mon Sep 17 00:00:00 2001 From: Bill Gestrich <3207996+gestrich@users.noreply.github.com> Date: Sat, 14 Sep 2024 13:58:34 -0400 Subject: [PATCH] Use xcode 16 beta 6 --- .github/workflows/build_loopcaregiver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_loopcaregiver.yml b/.github/workflows/build_loopcaregiver.yml index 128f93c5..70228ce5 100644 --- a/.github/workflows/build_loopcaregiver.yml +++ b/.github/workflows/build_loopcaregiver.yml @@ -19,7 +19,7 @@ jobs: # Uncomment to manually select latest Xcode if needed - name: Select Latest Xcode - run: "sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer" + run: "sudo xcode-select --switch /Applications/Xcode_16_beta_6.app/Contents/Developer" # Checks-out the repo - name: Checkout Repo