Skip to content

Commit 0ed9150

Browse files
committed
chore: unify naming with deploy.yml
1 parent a0abcb9 commit 0ed9150

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ jobs:
5252
strategy:
5353
matrix:
5454
platform:
55-
- name: "Linux / x64"
55+
- name: "linux-x86_64"
5656
runner: "ubuntu-latest"
57-
- name: "Linux / arm"
57+
- name: "linux-aarch64"
5858
runner: "ubuntu-24.04-arm"
59-
- name: "Windows"
59+
- name: "windows-x86_64"
6060
runner: "windows-latest"
61-
- name: "macOS / arm"
61+
- name: "macos-aaarch64"
6262
runner: "macos-latest"
63-
- name: "macOS / x64"
63+
- name: "macos-x86_64"
6464
runner: "macos-13"
6565
fail-fast: false
6666
runs-on: "${{ matrix.platform.runner }}"

0 commit comments

Comments
 (0)