Skip to content

Commit 23bb8cd

Browse files
committed
fix yaml
1 parent d50522a commit 23bb8cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/posix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
fetch-depth: 0
6060

6161
- uses: maxim-lobanov/setup-xcode@v1.6.0
62-
if: ${{ matrix.os == 'macos-latest' }}
63-
with:
64-
xcode-version: '16.0'
62+
if: ${{ matrix.os == 'macos-latest' }}
63+
with:
64+
xcode-version: '16.0'
6565

6666
- uses: maxim-lobanov/setup-xcode@v1.6.0
67-
if: ${{ matrix.os == 'macos-14' }}
68-
with:
69-
xcode-version: '15.4'
67+
if: ${{ matrix.os == 'macos-14' }}
68+
with:
69+
xcode-version: '15.4'
7070

7171
- name: Print some Environment variable
7272
run: |

0 commit comments

Comments
 (0)