Skip to content

Commit c7f7bfe

Browse files
committed
Corrected job names
1 parent d390da5 commit c7f7bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: build/shared/test.Magick.NET.sh
158158

159159
windows:
160-
name: 'Windows (Q8/Q16/Q16-HDRI)'
160+
name: 'Windows (${{matrix.quantumName}}, ${{matrix.platform}})'
161161
runs-on: windows-2022
162162

163163
permissions:
@@ -247,7 +247,7 @@ jobs:
247247
path: publish/output
248248

249249
windows_arm64:
250-
name: 'Windows (Q8/Q16/Q16-HDRI, arm64)'
250+
name: 'Windows (${{matrix.quantumName}}, ${{matrix.platform}})'
251251
#runs-on: windows-11-arm
252252
runs-on: windows-2022
253253

0 commit comments

Comments
 (0)