32
32
command : xcodebuild
33
33
subcommand : ${{ matrix.command }}
34
34
platform : ${{ matrix.platform }}
35
- workspace : ' .github/package.xcworkspace'
35
+ workspace : .github/package.xcworkspace
36
36
scheme : ComposableArchitecture
37
37
config : Debug
38
38
63
63
command : xcodebuild
64
64
subcommand : ${{ matrix.command }}
65
65
platform : ${{ matrix.platform }}
66
- workspace : ' .github/package.xcworkspace'
66
+ workspace : .github/package.xcworkspace
67
67
scheme : ComposableArchitecture
68
68
config : Debug
69
69
- name : Release
75
75
command : xcodebuild
76
76
subcommand : ${{ matrix.command }}
77
77
platform : ${{ matrix.platform }}
78
- workspace : ' .github/package.xcworkspace'
78
+ workspace : .github/package.xcworkspace
79
79
scheme : ComposableArchitecture
80
80
config : Release
81
81
@@ -93,63 +93,71 @@ jobs:
93
93
94
94
examples :
95
95
name : Examples
96
- runs-on : macos-14
96
+ runs-on : macos-15
97
97
steps :
98
98
- uses : actions/checkout@v4
99
99
- name : CaseStudies (SwiftUI)
100
100
uses :
capturecontext/[email protected]
101
101
with :
102
102
command : xcodebuild-raw
103
103
cache-derived-data : true
104
+ workspace : .github/package.xcworkspace
104
105
scheme : CaseStudies (SwiftUI)
105
106
platform : iOS
106
107
- name : CaseStudies (UIKit)
107
108
uses :
capturecontext/[email protected]
108
109
with :
109
110
command : xcodebuild-raw
110
111
cache-derived-data : true
112
+ workspace : .github/package.xcworkspace
111
113
scheme : CaseStudies (UIKit)
112
114
platform : iOS
113
115
- name : Search
114
116
uses :
capturecontext/[email protected]
115
117
with :
116
118
command : xcodebuild-raw
117
119
cache-derived-data : true
120
+ workspace : .github/package.xcworkspace
118
121
scheme : Search
119
122
platform : iOS
120
123
- name : SyncUps
121
124
uses :
capturecontext/[email protected]
122
125
with :
123
126
command : xcodebuild-raw
124
127
cache-derived-data : true
128
+ workspace : .github/package.xcworkspace
125
129
scheme : SyncUps
126
130
platform : iOS
127
131
- name : SpeechRecognition
128
132
uses :
capturecontext/[email protected]
129
133
with :
130
134
command : xcodebuild-raw
131
135
cache-derived-data : true
136
+ workspace : .github/package.xcworkspace
132
137
scheme : SpeechRecognition
133
138
platform : iOS
134
139
- name : TicTacToe
135
140
uses :
capturecontext/[email protected]
136
141
with :
137
142
command : xcodebuild-raw
138
143
cache-derived-data : true
144
+ workspace : .github/package.xcworkspace
139
145
scheme : TicTacToe
140
146
platform : iOS
141
147
- name : Todos
142
148
uses :
capturecontext/[email protected]
143
149
with :
144
150
command : xcodebuild-raw
145
151
cache-derived-data : true
152
+ workspace : .github/package.xcworkspace
146
153
scheme : Todos
147
154
platform : iOS
148
155
- name : VoiceMemos
149
156
uses :
capturecontext/[email protected]
150
157
with :
151
158
command : xcodebuild-raw
152
159
cache-derived-data : true
160
+ workspace : .github/package.xcworkspace
153
161
scheme : VoiceMemos
154
162
platform : iOS
155
163
0 commit comments