Reorder the table to match runtime where macOS is before Linux.
This commit is contained in:
parent
f2294767a5
commit
652ea37586
3 changed files with 6 additions and 6 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue