8000 maybe macos-arm64 is case sensitive · codealchemist/alpaca.cpp@ddc4e24 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddc4e24

Browse files
committed
maybe macos-arm64 is case sensitive
1 parent 564b861 commit ddc4e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
path: |
7070
chat
7171
72-
macOS-arm64:
73-
runs-on: macOS-arm64
72+
macos-arm64:
73+
runs-on: macos-arm64
7474

7575
steps:
7676
- name: Clone

0 commit comments

Comments
 (0)
0