Skip to content

Commit e2371b8

Browse files
committed
Update ci.yml
1 parent d8fd19c commit e2371b8

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/ci.yml

+12-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

@@ -63,7 +63,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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/[email protected]
101101
with:
102102
command: xcodebuild-raw
103103
cache-derived-data: true
104+
workspace: .github/package.xcworkspace
104105
scheme: CaseStudies (SwiftUI)
105106
platform: iOS
106107
- name: CaseStudies (UIKit)
107108
uses: capturecontext/[email protected]
108109
with:
109110
command: xcodebuild-raw
110111
cache-derived-data: true
112+
workspace: .github/package.xcworkspace
111113
scheme: CaseStudies (UIKit)
112114
platform: iOS
113115
- name: Search
114116
uses: capturecontext/[email protected]
115117
with:
116118
command: xcodebuild-raw
117119
cache-derived-data: true
120+
workspace: .github/package.xcworkspace
118121
scheme: Search
119122
platform: iOS
120123
- name: SyncUps
121124
uses: capturecontext/[email protected]
122125
with:
123126
command: xcodebuild-raw
124127
cache-derived-data: true
128+
workspace: .github/package.xcworkspace
125129
scheme: SyncUps
126130
platform: iOS
127131
- name: SpeechRecognition
128132
uses: capturecontext/[email protected]
129133
with:
130134
command: xcodebuild-raw
131135
cache-derived-data: true
136+
workspace: .github/package.xcworkspace
132137
scheme: SpeechRecognition
133138
platform: iOS
134139
- name: TicTacToe
135140
uses: capturecontext/[email protected]
136141
with:
137142
command: xcodebuild-raw
138143
cache-derived-data: true
144+
workspace: .github/package.xcworkspace
139145
scheme: TicTacToe
140146
platform: iOS
141147
- name: Todos
142148
uses: capturecontext/[email protected]
143149
with:
144150
command: xcodebuild-raw
145151
cache-derived-data: true
152+
workspace: .github/package.xcworkspace
146153
scheme: Todos
147154
platform: iOS
148155
- name: VoiceMemos
149156
uses: capturecontext/[email protected]
150157
with:
151158
command: xcodebuild-raw
152159
cache-derived-data: true
160+
workspace: .github/package.xcworkspace
153161
scheme: VoiceMemos
154162
platform: iOS
155163

0 commit comments

Comments
 (0)