Skip to content

Commit

Permalink
[CI] llama: remove macos-14 runner
Browse files Browse the repository at this point in the history
Signed-off-by: dm4 <[email protected]>
  • Loading branch information
dm4 committed Mar 11, 2024
1 parent 4a8387a commit 53bed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build:
strategy:
matrix:
runner: [ubuntu-20.04, macos-13, macos-14, macos-m1]
runner: [ubuntu-20.04, macos-13, macos-m1]
job:
- name: "Tiny Llama"
run: |
Expand Down

0 comments on commit 53bed1c

Please sign in to comment.