diff --git a/.github/workflows/swift.yaml b/.github/workflows/swift.yaml index d79687c11..a26065946 100644 --- a/.github/workflows/swift.yaml +++ b/.github/workflows/swift.yaml @@ -41,11 +41,11 @@ jobs: bundle exec pod gen Development.podspec - name: Switch Xcode - run: sudo xcode-select -s /Applications/Xcode_11.4.app + run: sudo xcode-select -s /Applications/Xcode_12.5.1.app - name: Build & Test run: | - set -o pipefail && xcodebuild -workspace gen/Development/Development.xcworkspace -scheme ${{ matrix.scheme }} -destination platform\=iOS\ Simulator,OS\=13.4.1,name\=iPad\ Pro\ \(9.7-inch\) build test | xcpretty + set -o pipefail && xcodebuild -workspace gen/Development/Development.xcworkspace -scheme ${{ matrix.scheme }} -destination platform\=iOS\ Simulator,OS\=14.5,name\=iPad\ Pro\ \(9.7-inch\) build test | xcpretty spm: runs-on: macos-latest @@ -59,7 +59,7 @@ jobs: - name: Swift Package Manager - macOS run: | - xcodebuild -scheme "Workflow-Package" test + xcodebuild -scheme "Workflow-Package" test -destination "platform=macOS" tutorial: runs-on: macos-latest @@ -78,13 +78,13 @@ jobs: bundle check || bundle install --path .bundle - name: Switch Xcode - run: sudo xcode-select -s /Applications/Xcode_11.4.app + run: sudo xcode-select -s /Applications/Xcode_12.5.1.app - name: Tutorial App run: | cd Samples/Tutorial bundle exec pod install - set -o pipefail && xcodebuild -workspace Tutorial.xcworkspace -scheme Tutorial -destination platform\=iOS\ Simulator,OS\=13.4.1,name\=iPad\ Pro\ \(9.7-inch\) build test | xcpretty + set -o pipefail && xcodebuild -workspace Tutorial.xcworkspace -scheme Tutorial -destination platform\=iOS\ Simulator,OS\=14.5,name\=iPad\ Pro\ \(9.7-inch\) build test | xcpretty documentation-lint: runs-on: macos-latest diff --git a/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_custom_iPad.png b/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_custom_iPad.png index c3bdf6e96..db56ef88f 100644 Binary files a/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_custom_iPad.png and b/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_custom_iPad.png differ diff --git a/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_half_iPad.png b/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_half_iPad.png index c937dad3e..38e8a3db0 100644 Binary files a/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_half_iPad.png and b/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_half_iPad.png differ diff --git a/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_quarter_iPad.png b/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_quarter_iPad.png index 43d960979..918806d8a 100644 Binary files a/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_quarter_iPad.png and b/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_quarter_iPad.png differ diff --git a/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_third_iPad.png b/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_third_iPad.png index 55da98c57..99ca8bf7b 100644 Binary files a/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_third_iPad.png and b/Samples/SnapshotTests/ReferenceImages_64/SplitScreenContainerScreenSnapshotTests/test_splitRatio_third_iPad.png differ