Skip to content

Commit d50522a

Browse files
committed
fix yaml
1 parent 9e1339d commit d50522a

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/posix.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,15 @@ jobs:
5858
submodules: recursive
5959
fetch-depth: 0
6060

61-
- uses: maxim-lobanov/setup-xcode@v1.6.0
62-
if: ${{ matrix.os == 'macos-latest' }}
63-
with:
64-
xcode-version: '16.0'
65-
66-
- uses: maxim-lobanov/setup-xcode@v1.6.0
67-
if: ${{ matrix.os == 'macos-14' }}
68-
with:
69-
xcode-version: '15.4'
70-
71-
61+
- uses: maxim-lobanov/setup-xcode@v1.6.0
62+
if: ${{ matrix.os == 'macos-latest' }}
63+
with:
64+
xcode-version: '16.0'
65+
66+
- uses: maxim-lobanov/setup-xcode@v1.6.0
67+
if: ${{ matrix.os == 'macos-14' }}
68+
with:
69+
xcode-version: '15.4'
7270

7371
- name: Print some Environment variable
7472
run: |

0 commit comments

Comments
 (0)