3232 command : xcodebuild
3333 subcommand : ${{ matrix.command }}
3434 platform : ${{ matrix.platform }}
35- workspace : ' .github/package.xcworkspace'
35+ workspace : .github/package.xcworkspace
3636 scheme : ComposableArchitecture
3737 config : Debug
3838
6363 command : xcodebuild
6464 subcommand : ${{ matrix.command }}
6565 platform : ${{ matrix.platform }}
66- workspace : ' .github/package.xcworkspace'
66+ workspace : .github/package.xcworkspace
6767 scheme : ComposableArchitecture
6868 config : Debug
6969 - name : Release
7575 command : xcodebuild
7676 subcommand : ${{ matrix.command }}
7777 platform : ${{ matrix.platform }}
78- workspace : ' .github/package.xcworkspace'
78+ workspace : .github/package.xcworkspace
7979 scheme : ComposableArchitecture
8080 config : Release
8181
@@ -93,63 +93,71 @@ jobs:
9393
9494 examples :
9595 name : Examples
96- runs-on : macos-14
96+ runs-on : macos-15
9797 steps :
9898 - uses : actions/checkout@v4
9999 - name : CaseStudies (SwiftUI)
100100 uses : capturecontext/swift-package-action@2.0
101101 with :
102102 command : xcodebuild-raw
103103 cache-derived-data : true
104+ workspace : ComposableArchitecture.xcworkspace
104105 scheme : CaseStudies (SwiftUI)
105106 platform : iOS
106107 - name : CaseStudies (UIKit)
107108 uses : capturecontext/swift-package-action@2.0
108109 with :
109110 command : xcodebuild-raw
110111 cache-derived-data : true
112+ workspace : ComposableArchitecture.xcworkspace
111113 scheme : CaseStudies (UIKit)
112114 platform : iOS
113115 - name : Search
114116 uses : capturecontext/swift-package-action@2.0
115117 with :
116118 command : xcodebuild-raw
117119 cache-derived-data : true
120+ workspace : ComposableArchitecture.xcworkspace
118121 scheme : Search
119122 platform : iOS
120123 - name : SyncUps
121124 uses : capturecontext/swift-package-action@2.0
122125 with :
123126 command : xcodebuild-raw
124127 cache-derived-data : true
128+ workspace : ComposableArchitecture.xcworkspace
125129 scheme : SyncUps
126130 platform : iOS
127131 - name : SpeechRecognition
128132 uses : capturecontext/swift-package-action@2.0
129133 with :
130134 command : xcodebuild-raw
131135 cache-derived-data : true
136+ workspace : ComposableArchitecture.xcworkspace
132137 scheme : SpeechRecognition
133138 platform : iOS
134139 - name : TicTacToe
135140 uses : capturecontext/swift-package-action@2.0
136141 with :
137142 command : xcodebuild-raw
138143 cache-derived-data : true
144+ workspace : ComposableArchitecture.xcworkspace
139145 scheme : TicTacToe
140146 platform : iOS
141147 - name : Todos
142148 uses : capturecontext/swift-package-action@2.0
143149 with :
144150 command : xcodebuild-raw
145151 cache-derived-data : true
152+ workspace : ComposableArchitecture.xcworkspace
146153 scheme : Todos
147154 platform : iOS
148155 - name : VoiceMemos
149156 uses : capturecontext/swift-package-action@2.0
150157 with :
151158 command : xcodebuild-raw
152159 cache-derived-data : true
160+ workspace : ComposableArchitecture.xcworkspace
153161 scheme : VoiceMemos
154162 platform : iOS
155163
0 commit comments