Skip to content

Commit 9636050

Browse files
committed
Updated GitHub CI
1 parent 8e5a51c commit 9636050

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: maxim-lobanov/setup-xcode@v1
6363
with:
6464
xcode-version: latest-stable
65-
- name: Boostrap Platforms
65+
- name: Bootstrap Platforms
6666
# Workaround for Xcode/GitHub runner issues finding simulators.
6767
# see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
6868
run: xcrun simctl list
@@ -106,7 +106,7 @@ jobs:
106106
- uses: maxim-lobanov/setup-xcode@v1
107107
with:
108108
xcode-version: latest-stable
109-
- name: Boostrap Platforms
109+
- name: Bootstrap Platforms
110110
# Workaround for Xcode/GitHub runner issues finding simulators.
111111
# see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
112112
run: xcrun simctl list
@@ -150,7 +150,7 @@ jobs:
150150
- uses: maxim-lobanov/setup-xcode@v1
151151
with:
152152
xcode-version: latest-stable
153-
- name: Boostrap Platforms
153+
- name: Bootstrap Platforms
154154
# Workaround for Xcode/GitHub runner issues finding simulators.
155155
# see https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
156156
run: xcrun simctl list

0 commit comments

Comments
 (0)