File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -165,25 +165,22 @@ jobs:
165
165
166
166
native :
167
167
needs : determine-version
168
- name : " Native: ${{ matrix.os }}/${{ matrix.spm_configuration }}/${{ matrix.build_system }}/ ${{ matrix.cmake_generator }}"
168
+ name : " Native: ${{ matrix.os }}/${{ matrix.spm_configuration }}/${{ matrix.build_system }}${{ matrix.build_system == 'cmake' && format(':{0}', matrix. cmake_generator) || '' }}"
169
169
strategy :
170
170
fail-fast : false
171
171
matrix :
172
172
# macos-latest is apparently not the latest.
173
173
os : [macos-13, ubuntu-latest, windows-latest]
174
174
spm_configuration : [debug, release]
175
- cmake_generator : [Ninja, Xcode]
176
175
build_system : [cmake, spm]
177
176
178
- exclude :
179
- - os : ubuntu-latest
180
- cmake_generator : Xcode
181
- - os : windows-latest
177
+ include :
178
+ - cmake_generator : Ninja
179
+
180
+ - build_system : cmake
181
+ os : macos-13
182
182
cmake_generator : Xcode
183
- - build_system : spm
184
- cmake_generator : Ninja
185
183
186
- include :
187
184
- HYLO_LLVM_BUILD_RELEASE : 20240303-215025
188
185
- HYLO_LLVM_BUILD_TYPE : MinSizeRel
189
186
- HYLO_LLVM_DOWNLOAD_URL : https://github.com/hylo-lang/llvm-build/releases/download
You can’t perform that action at this time.
0 commit comments