Skip to content

Commit 313bb9d

Browse files
committed
rename builds.
1 parent f00db6f commit 313bb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: norio-nomura/action-swiftlint@3.2.1
11-
macos-test:
11+
macOS-test:
1212
strategy:
1313
matrix:
1414
swift-version:
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737
- run: swift test
38-
ios-build:
38+
iOS-build:
3939
runs-on: macos-latest
4040
steps:
4141
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)