Skip to content

Commit

Permalink
maybe macos-arm64 is case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
antimatter15 committed Mar 18, 2023
1 parent 564b861 commit ddc4e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
path: |
chat
macOS-arm64:
runs-on: macOS-arm64
macos-arm64:
runs-on: macos-arm64

steps:
- name: Clone
Expand Down

0 comments on commit ddc4e24

Please sign in to comment.