Skip to content

Commit

Permalink
Use ponyc release version when building arm64 macos nightlies
Browse files Browse the repository at this point in the history
It was supposed to have been switched ages ago but wasn't.
  • Loading branch information
SeanTAllen committed Jan 23, 2025
1 parent c323c31 commit e0b1ffc
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 @@ -92,7 +92,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: install ponyc
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 e0b1ffc

Please sign in to comment.