File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 # This step can be removed once the runners’ default version of Xcode is 16 or above
2424 - uses : maxim-lobanov/setup-xcode@v1
2525 with :
26- xcode-version : 16
26+ xcode-version : 16.2
2727
2828 # We use caching for Mint because at the time of writing SwiftLint took about 5 minutes to build in CI, which is unacceptably slow.
2929 # https://github.com/actions/cache/blob/40c3b67b2955d93d83b27ed164edd0756bc24049/examples.md#swift---mint
5050 # This step can be removed once the runners’ default version of Xcode is 16 or above
5151 - uses : maxim-lobanov/setup-xcode@v1
5252 with :
53- xcode-version : 16
53+ xcode-version : 16.2
5454
5555 - name : Spec coverage
5656 run : swift run BuildTool spec-coverage
6969 # This step can be removed once the runners’ default version of Xcode is 16 or above
7070 - uses : maxim-lobanov/setup-xcode@v1
7171 with :
72- xcode-version : 16
72+ xcode-version : 16.2
7373
7474 - id : generation-step
7575 run : swift run BuildTool generate-matrices >> $GITHUB_OUTPUT
@@ -229,7 +229,7 @@ jobs:
229229 # This step can be removed once the runners’ default version of Xcode is 16 or above
230230 - uses : maxim-lobanov/setup-xcode@v1
231231 with :
232- xcode-version : 16
232+ xcode-version : 16.2
233233
234234 # Dry run upload-action to get base-path url
235235 - name : Dry-Run Upload (to get url)
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ struct GenerateMatrices: ParsableCommand {
136136 mutating func run( ) throws {
137137 let tooling = [
138138 [
139- " xcodeVersion " : " 16 " ,
139+ " xcodeVersion " : " 16.2 " ,
140140 ] ,
141141 ]
142142
You can’t perform that action at this time.
0 commit comments