style(workflows): standardize arm64 naming convention in workflow files

- Change "ARM64" to "arm64" in Linux workflow name
- Change "ARM64" to "arm64" in macOS workflow name
- Ensure consistent lowercase naming across all platform workflows
master
韩天峰 3 hours ago
parent 0ca938aee0
commit 4dacc4a249
  1. 2
      .github/workflows/linux-arm64.yml
  2. 2
      .github/workflows/macos-arm64.yml

@ -1,4 +1,4 @@
name: Linux ARM64
name: Linux arm64
on:
push:

@ -1,4 +1,4 @@
name: macOS ARM64
name: macOS arm64
on:
push:

Loading…
Cancel
Save