diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2a3ecc0e5..1776ef85b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -76,7 +76,7 @@ jobs: test: name: 🧪 Test - runs-on: macos-14 + runs-on: macos-15 needs: prepare-ci steps: diff --git a/Projects/App/Sources/Application/AppComponent.swift b/Projects/App/Sources/Application/AppComponent.swift index 8b410ebf2..61e046837 100644 --- a/Projects/App/Sources/Application/AppComponent.swift +++ b/Projects/App/Sources/Application/AppComponent.swift @@ -8,7 +8,7 @@ import RootFeature import StorageFeature import UIKit -MainActor +@MainActor public final class AppComponent: BootstrapComponent { public func makeRootView() -> IntroViewController { rootComponent.makeView()