Skip to content

Commit d80f89b

Browse files
committed
Fix indentation
1 parent 0e79c77 commit d80f89b

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
@@ -11,8 +11,8 @@ jobs:
1111
macOS:
1212
runs-on: macos-latest
1313
strategy:
14-
matrix:
15-
xcode: ['13.4.1', '14.1']
14+
matrix:
15+
xcode: ['13.4.1', '14.1']
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)