Skip to content

Commit 03b6716

Browse files
committed
WIP
1 parent e36c9ef commit 03b6716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
verbosity: xcbeautify
130130

131131
- if: ${{ env.PLATFORM != 'macOS' }}
132-
name: Download Required Runtime
132+
name: Download Default Runtime
133133
uses: nick-fields/retry@v3
134134
with:
135135
timeout_minutes: 15
@@ -141,7 +141,7 @@ jobs:
141141
run: xcodes runtimes --include-betas
142142

143143
- if: env.has_runtime == 'false'
144-
name: Install Required Runtime (${{ env.RUNTIME }})
144+
name: Download Required Runtime (${{ env.RUNTIME }})
145145
uses: nick-fields/retry@v3
146146
with:
147147
timeout_minutes: 15

0 commit comments

Comments
 (0)