Skip to content

Commit 6737683

Browse files
committed
Prepare for arm runners
1 parent 156f0ea commit 6737683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
//todo: what about duplicate runs?
7474
//for backward compatibility: mingw32 used to be called just '32'
7575
var key = x.name || "";
76-
out[key.replace('mingw', '')] = x;
76+
out[key.replace(', intel', '')] = x;
7777
});
7878
return out;
7979
}

0 commit comments

Comments
 (0)