Skip to content

Commit

Permalink
CI: convert ARM64 to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 committed Apr 8, 2024
1 parent a86707f commit bc6bae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
fail-fast: false
matrix:
runner:
- { os: macos-12, arch: X64 }
- { os: macos-14, arch: ARM64 }
- { os: macos-12, arch: x64 }
- { os: macos-14, arch: arm64 }
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bc6bae6

Please sign in to comment.