diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5f60e0..212d293 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Select Xcode version - run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer + - name: List available Xcode versions + run: ls /Applications | grep Xcode || echo "No Xcode versions found with grep" - name: Show Xcode version run: xcodebuild -version