|
20 | 20 | restore-keys: | |
21 | 21 | ${{ runner.os }}-carthage- |
22 | 22 | - name: Dependencies |
23 | | - run: carthage bootstrap --no-use-binaries --platform macOS --cache-builds |
| 23 | + run: carthage bootstrap --no-use-binaries --platform macOS |
24 | 24 | - name: Dependency libxml2 |
25 | 25 | run: brew install libxml2 && brew link --force libxml2 |
26 | 26 | - name: macOS |
|
32 | 32 | DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer |
33 | 33 | strategy: |
34 | 34 | matrix: |
35 | | - destination: ["OS=14.4,name=iPhone 13 Pro"] |
| 35 | + destination: ["OS=16.2,name=iPhone 14 Pro"] |
36 | 36 | steps: |
37 | 37 | - uses: actions/checkout@v1 |
38 | 38 | with: |
|
41 | 41 | restore-keys: | |
42 | 42 | ${{ runner.os }}-carthage- |
43 | 43 | - name: Dependencies |
44 | | - run: carthage bootstrap --no-use-binaries --platform iOS --cache-builds |
| 44 | + run: carthage bootstrap --no-use-binaries --platform iOS --use-xcframeworks |
45 | 45 | - name: iOS - ${{ matrix.destination }} |
46 | 46 | run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack iOS" SWIFT_ACTIVE_COMPILATION_CONDITIONS="NO_FATAL_TEST" -destination "${{ matrix.destination }}" test | xcpretty |
47 | 47 |
|
|
52 | 52 | DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer |
53 | 53 | strategy: |
54 | 54 | matrix: |
55 | | - destination: ["OS=14.3,name=Apple TV 4K"] |
| 55 | + destination: ["OS=16.1,name=Apple TV 4K (2nd generation)"] |
56 | 56 | steps: |
57 | 57 | - uses: actions/checkout@v1 |
58 | 58 | with: |
|
61 | 61 | restore-keys: | |
62 | 62 | ${{ runner.os }}-carthage- |
63 | 63 | - name: Dependencies |
64 | | - run: carthage bootstrap --no-use-binaries --platform tvOS --cache-builds |
| 64 | + run: carthage bootstrap --no-use-binaries --platform tvOS --use-xcframeworks |
65 | 65 | - name: tvOS - ${{ matrix.destination }} |
66 | 66 | run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -workspace "Contentstack.xcworkspace" -scheme "Contentstack tvOS" SWIFT_ACTIVE_COMPILATION_CONDITIONS="NO_FATAL_TEST" -destination "${{ matrix.destination }}" test | xcpretty |
67 | 67 |
|
|
72 | 72 | DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer |
73 | 73 | strategy: |
74 | 74 | matrix: |
75 | | - destination: ["OS=7.2,name=Apple Watch Series 6 - 44mm"] |
| 75 | + destination: ["OS=9.1,name=Apple Watch Series 6 (44mm)"] |
76 | 76 | steps: |
77 | 77 | - uses: actions/checkout@v1 |
78 | 78 | with: |
|
0 commit comments