diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 6f2e205..57f2372 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -15,4 +15,8 @@ runs: - name: Install dependencies working-directory: ./packages/capacitor-plugin shell: bash - run: npm i \ No newline at end of file + run: npm i + - name: Set Xcode 26.0 # minimum support Xcode version by Capacitor 8 + if: runner.os == 'macOS' + shell: bash + run: sudo xcode-select --switch /Applications/Xcode_26.0.app \ No newline at end of file