Skip to content

Commit

Permalink
💚 :: [#1314] CI 머신 macOS 15 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Nov 25, 2024
1 parent a1cab34 commit c47fd32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

test:
name: 🧪 Test
runs-on: macos-14
runs-on: macos-15
needs: prepare-ci

steps:
Expand Down
2 changes: 1 addition & 1 deletion Projects/App/Sources/Application/AppComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import RootFeature
import StorageFeature
import UIKit

MainActor
@MainActor
public final class AppComponent: BootstrapComponent {
public func makeRootView() -> IntroViewController {
rootComponent.makeView()
Expand Down

0 comments on commit c47fd32

Please sign in to comment.