Skip to content

Commit

Permalink
Use release build when building nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Oct 27, 2024
1 parent 10ef917 commit 5bb819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: install pony tools
run: bash .ci-scripts/macos-arm64-install-pony-tools.bash nightly
run: bash .ci-scripts/macos-arm64-install-pony-tools.bash release
- name: brew install dependencies
run: brew install coreutils
- name: pip install dependencies
Expand Down

0 comments on commit 5bb819b

Please sign in to comment.