Skip to content

Commit

Permalink
Merge pull request #1901 from AcademySoftwareFoundation/feature/houdi…
Browse files Browse the repository at this point in the history
…ni_arm64

Use Apple Silicon Houdini Downloads
  • Loading branch information
danrbailey committed Sep 14, 2024
2 parents a759e47 + fcc8895 commit 383aa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
id: timestamp
run: echo "timestamp=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
- name: download_houdini
run: ./ci/download_houdini.sh 20.0 macosx_x86_64_clang12.0_11 --prod
run: ./ci/download_houdini.sh 20.0 macosx_arm64_clang14.0_13 --prod
- name: install_houdini
run: |
mkdir $HOME/houdini_install
Expand Down

0 comments on commit 383aa15

Please sign in to comment.