From 6d9a0913fd5c871c51579b1531289dacba7efdc1 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 30 Jul 2025 11:31:25 -0500 Subject: [PATCH] Revert "Try it" This reverts commit 2d31a663d82565b91d5945185e87e7fd460c60e5. --- .github/workflows/macos-dSYM.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos-dSYM.yml b/.github/workflows/macos-dSYM.yml index 97b94d36..33a5decd 100644 --- a/.github/workflows/macos-dSYM.yml +++ b/.github/workflows/macos-dSYM.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - - name: Set up Xcode 16.x - run: sudo xcode-select -s /Applications/Xcode_16.app + - name: Select Xcode Version + run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer + - name: Show Xcode Version run: xcodebuild -version