Skip to content

Commit

Permalink
Up CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Nov 3, 2024
1 parent c364a56 commit a6028de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
strategy:
matrix:
destination:
- platform=iOS Simulator,name=iPhone 16,OS=18.0
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.0
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.0
- platform=iOS Simulator,name=iPhone 16,OS=18.1
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.1
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.1
- platform=macOS,arch=arm64
with:
package: OversizeUI
Expand All @@ -33,8 +33,8 @@ jobs:
strategy:
matrix:
destination:
- platform=iOS Simulator,name=iPhone 16 Pro,OS=18.0
- platform=iOS Simulator,name=iPad (10th generation),OS=18.0
- platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1
- platform=iOS Simulator,name=iPad (10th generation),OS=18.1
with:
path: Example/Example
scheme: Example (iOS)
Expand All @@ -58,8 +58,8 @@ jobs:
strategy:
matrix:
destination:
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.0
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=18.0
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation) (at 1080p),OS=18.1
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=18.1
with:
path: Example/Example
scheme: Example (tvOS)
Expand All @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
destination:
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.0
- platform=watchOS Simulator,name=Apple Watch SE (40mm) (2nd generation),OS=11.1
with:
path: Example/Example
scheme: Example (watchOS)
Expand Down
2 changes: 1 addition & 1 deletion Example/Shared/ExampleApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct ExampleApp: App {
}

#if os(iOS)
extension UINavigationController: UIGestureRecognizerDelegate {
extension UINavigationController: @retroactive UIGestureRecognizerDelegate {
override open func viewDidLoad() {
super.viewDidLoad()
interactivePopGestureRecognizer?.delegate = self
Expand Down

0 comments on commit a6028de

Please sign in to comment.