-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use release version of ponyc on MacOS for Apple Silicon
We were using nightlies as there was no recent ponyc release for arm64 MacOS until 0.58.2 was released today.
- Loading branch information
1 parent
18c77a8
commit 582258a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- 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: Test with the most recent ponyc release | ||
run: | | ||
export PATH="/tmp/corral/bin:/tmp/ponyc/bin/:$PATH" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- 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 | ||
|