Skip to content

Commit

Permalink
test on Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Jan 17, 2024
1 parent 5c84368 commit 94e91ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: test_mac
on: push
jobs:
build:
runs-on: macos-12
runs-on: macos-13-xlarge
steps:
- name: uname
run: uname -m
- name: download llamafile
run: curl -L -o llamafile-0.6.zip https://github.com/Mozilla-Ocho/llamafile/releases/download/0.6/llamafile-0.6.zip
- name: unzip llamafile
Expand Down

0 comments on commit 94e91ef

Please sign in to comment.