diff --git a/.github/build_test.yml b/.github/build_test.yml index 10b2907..1ab584a 100644 --- a/.github/build_test.yml +++ b/.github/build_test.yml @@ -10,10 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Tools Setup - run: DEVELOPER_DIR=/Applications/Xcode_16_beta_6.app; - name: Build & Test - run: xcodebuild build test \ + run: DEVELOPER_DIR=/Applications/Xcode_16_beta_6.app; xcodebuild build test \ -scheme UIDeviceComplete \ -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' \ CODE_SIGN_IDENTITY="" \