Skip to content

Commit 36e250a

Browse files
committed
Swap vendor's name and version
1 parent a379113 commit 36e250a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
ARTIFACT_REGEX: compilation_(?<runId>\d+)_(?<jobId>\d+)_log
5454
STEP_REGEX: build-.*
5555
JOB_REGEX: compile \((?<osName>.+?), (?<osVersion>.+?), (?<config>.+?), (?<cppVersion>.+?), (?<vendorName>.+?), (?<vendorVersion>.+?)\)
56-
ROW_HEADERS: '["osName","osVersion","vendorVersion","vendorName","config"]'
56+
ROW_HEADERS: '["osName","osVersion","vendorName","vendorVersion","config"]'
5757
COLUMN_HEADER: cppVersion

0 commit comments

Comments
 (0)