diff --git a/.github/build_test.yml b/.github/build_test.yml index d44c63d..3e76f06 100644 --- a/.github/build_test.yml +++ b/.github/build_test.yml @@ -11,10 +11,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Build & Test - env: DEVELOPER_DIR=/Applications/Xcode_16_beta_6.app run: xcodebuild build test \ -scheme UIDeviceComplete \ -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' \ CODE_SIGN_IDENTITY="" \ CODE_SIGNING_REQUIRED=NO \ CODE_SIGNING_ALLOWED=NO + env: + DEVELOPER_DIR: /Applications/Xcode_16_beta_6.app