mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
macos 14 needs apple silicon
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
87daa487c3
commit
cd30e1fa99
1 changed files with 1 additions and 2 deletions
|
|
@ -221,7 +221,7 @@ jobs:
|
|||
if [ "${{ matrix.os }}" = "ubuntu-20.04" ]; then
|
||||
echo "os_pattern=linux_x86_64" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "os_pattern=macos_x86_64" >> $GITHUB_OUTPUT
|
||||
echo "os_pattern=macos_apple_silicon" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: mv roc nightly and simplify name
|
||||
|
|
@ -257,7 +257,6 @@ jobs:
|
|||
brew install expect
|
||||
brew install nmap # includes ncat
|
||||
brew install z3
|
||||
echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
|
||||
|
||||
- name: prepare testing
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue