We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50522a commit 23bb8cdCopy full SHA for 23bb8cd
1 file changed
.github/workflows/posix.yml
@@ -59,14 +59,14 @@ jobs:
59
fetch-depth: 0
60
61
- uses: maxim-lobanov/setup-xcode@v1.6.0
62
- if: ${{ matrix.os == 'macos-latest' }}
63
- with:
64
- xcode-version: '16.0'
+ if: ${{ matrix.os == 'macos-latest' }}
+ with:
+ xcode-version: '16.0'
65
66
67
- if: ${{ matrix.os == 'macos-14' }}
68
69
- xcode-version: '15.4'
+ if: ${{ matrix.os == 'macos-14' }}
+ xcode-version: '15.4'
70
71
- name: Print some Environment variable
72
run: |
0 commit comments