Skip to content

Commit b9d89c9

Browse files
committed
prettier
1 parent dda9b58 commit b9d89c9

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,64 +11,64 @@ jobs:
1111
matrix:
1212
include:
1313
# Stable builds with artifact creation
14-
- name: Windows x64
14+
- name: Windows - Stable (x86_64)
1515
os: windows-latest
1616
rust: stable
1717
target: x86_64-pc-windows-msvc
1818
artifact_name: cargo-ndk_windows_x86_64
19-
- name: Windows ARM64
19+
- name: Windows - Stable (aarch64)
2020
os: windows-latest
2121
rust: stable
2222
target: aarch64-pc-windows-msvc
2323
artifact_name: cargo-ndk_windows_arm64
24-
- name: Linux x64
24+
- name: Linux - Stable (x86_64)
2525
os: ubuntu-latest
2626
rust: stable
2727
target: x86_64-unknown-linux-gnu
2828
artifact_name: cargo-ndk_linux_x86_64
29-
- name: Linux ARM64
29+
- name: Linux - Stable (aarch64)
3030
os: ubuntu-latest
3131
rust: stable
3232
target: aarch64-unknown-linux-gnu
3333
artifact_name: cargo-ndk_linux_aarch64
34-
- name: macOS x64
34+
- name: macOS - Stable (x86_64)
3535
os: macos-latest
3636
rust: stable
3737
target: x86_64-apple-darwin
3838
artifact_name: cargo-ndk_macos_x86_64
39-
- name: macOS ARM64
39+
- name: macOS - Stable (aarch64)
4040
os: macos-latest
4141
rust: stable
4242
target: aarch64-apple-darwin
4343
artifact_name: cargo-ndk_macos_aarch64
4444
# MSRV builds
45-
- name: Windows MSRV
45+
- name: Windows - MSRV
4646
os: windows-latest
4747
rust: 1.86.0 # MSRV
48-
- name: Linux MSRV
48+
- name: Linux - MSRV
4949
os: ubuntu-latest
5050
rust: 1.86.0 # MSRV
51-
- name: macOS MSRV
51+
- name: macOS - MSRV
5252
os: macos-latest
5353
rust: 1.86.0 # MSRV
5454
# Beta builds
55-
- name: Windows Beta
55+
- name: Windows - Beta
5656
os: windows-latest
5757
rust: beta
58-
- name: Linux Beta
58+
- name: Linux - Beta
5959
os: ubuntu-latest
6060
rust: beta
61-
- name: macOS Beta
61+
- name: macOS - Beta
6262
os: macos-latest
6363
rust: beta
6464
# Nightly builds
65-
- name: Windows Nightly
65+
- name: Windows - Nightly
6666
os: windows-latest
6767
rust: nightly
68-
- name: Linux Nightly
68+
- name: Linux - Nightly
6969
os: ubuntu-latest
7070
rust: nightly
71-
- name: macOS Nightly
71+
- name: macOS - Nightly
7272
os: macos-latest
7373
rust: nightly
7474
steps:

0 commit comments

Comments
 (0)