Reorder the table to match runtime where macOS is before Linux.

This commit is contained in:
Marc Paine 2020-12-07 11:28:06 -08:00
parent f2294767a5
commit 652ea37586
3 changed files with 6 additions and 6 deletions

View file

@ -130,6 +130,8 @@ let rows =
windowsX86Row
windowsArmRow
windowsArm64Row
osxX64Row
osxArm64Row
linuxDesktopArchRow
linuxArmRow
linuxArm64Row
@ -137,8 +139,6 @@ let rows =
linuxMuslRowArm
linuxMuslRowArm64
rhel6Row
osxX64Row
osxArm64Row
]
let table branches = String.Join(Environment.NewLine, rows |> List.map (fun row -> row branches))