diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5966c8475..ea71448c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,13 +52,18 @@ jobs: test-ios: runs-on: macos-latest timeout-minutes: 30 - defaults: - run: - working-directory: ./ios + strategy: + matrix: + xcode: + - /Applications/Xcode_11.6_beta.app + - /Applications/Xcode_11.5.app steps: + - run: sudo xcode-select --switch ${{ matrix.xcode }} - uses: actions/checkout@v2 - run: pod lib lint --allow-warnings Capacitor.podspec + working-directory: ./ios - run: pod lib lint --allow-warnings CapacitorCordova.podspec + working-directory: ./ios test-android: runs-on: ubuntu-latest timeout-minutes: 30