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