We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1339d commit d50522aCopy full SHA for d50522a
.github/workflows/posix.yml
@@ -58,17 +58,15 @@ jobs:
58
submodules: recursive
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'
65
-
66
67
- if: ${{ matrix.os == 'macos-14' }}
68
69
- xcode-version: '15.4'
70
71
+ - uses: maxim-lobanov/setup-xcode@v1.6.0
+ if: ${{ matrix.os == 'macos-latest' }}
+ with:
+ xcode-version: '16.0'
+
+ if: ${{ matrix.os == 'macos-14' }}
+ xcode-version: '15.4'
72
73
- name: Print some Environment variable
74
run: |
0 commit comments