Skip to content

Commit c47fd32

Browse files
committed
💚 :: [#1314] CI 머신 macOS 15 업그레이드
1 parent a1cab34 commit c47fd32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
test:
7878
name: 🧪 Test
79-
runs-on: macos-14
79+
runs-on: macos-15
8080
needs: prepare-ci
8181

8282
steps:

Projects/App/Sources/Application/AppComponent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import RootFeature
88
import StorageFeature
99
import UIKit
1010

11-
MainActor
11+
@MainActor
1212
public final class AppComponent: BootstrapComponent {
1313
public func makeRootView() -> IntroViewController {
1414
rootComponent.makeView()

0 commit comments

Comments
 (0)