Skip to content

Commit 06cff5f

Browse files
committed
Updated GitHub CI
1 parent 143145e commit 06cff5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- uses: maxim-lobanov/setup-xcode@v1
7878
with:
7979
xcode-version: latest-stable
80-
- name: Boostrap Platforms
80+
- name: Bootstrap Platforms
8181
# Workaround for Xcode/GitHub runner issues finding simulators.
8282
# see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
8383
run: xcrun simctl list
@@ -121,7 +121,7 @@ jobs:
121121
- uses: maxim-lobanov/setup-xcode@v1
122122
with:
123123
xcode-version: latest-stable
124-
- name: Boostrap Platforms
124+
- name: Bootstrap Platforms
125125
# Workaround for Xcode/GitHub runner issues finding simulators.
126126
# see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
127127
run: xcrun simctl list
@@ -165,7 +165,7 @@ jobs:
165165
- uses: maxim-lobanov/setup-xcode@v1
166166
with:
167167
xcode-version: latest-stable
168-
- name: Boostrap Platforms
168+
- name: Bootstrap Platforms
169169
# Workaround for Xcode/GitHub runner issues finding simulators.
170170
# see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
171171
run: xcrun simctl list
@@ -209,7 +209,7 @@ jobs:
209209
- uses: maxim-lobanov/setup-xcode@v1
210210
with:
211211
xcode-version: latest-stable
212-
- name: Boostrap Platforms
212+
- name: Bootstrap Platforms
213213
# Workaround for Xcode/GitHub runner issues finding simulators.
214214
# see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
215215
run: xcrun simctl list

0 commit comments

Comments
 (0)