diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 356f49da5..4c3b7f170 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,8 +21,9 @@ jobs: strategy: matrix: device: - - "iPad Pro (12.9-inch)" - - "iPhone 11 Pro (14.4)" + - "iPad Pro (14.4)" + - "iPad Pro (9.7-inch) (14.4)" + #- "iPhone 11 Pro (14.4)" fail-fast: false runs-on: macos-latest needs: test @@ -58,7 +59,7 @@ jobs: strategy: #set of different configurations of the virtual environment. matrix: - api-level: [21, 29] + #api-level: [21, 29] target: [default] needs: test steps: