Skip to content

Commit

Permalink
Use release tools where appropriate on macOS x86 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 30, 2023
1 parent 1da6ba0 commit 8f8729c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci-scripts/macOS-x86-install-pony-tools.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

case "${1}" in
"release")
REPO=nightlies
REPO=release
;;
"nightly")
REPO=nightlies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install pony tools
run: bash .ci-scripts/macOS-x86-install-pony-tools.bash nightly
run: bash .ci-scripts/macOS-x86-install-pony-tools.bash release
- name: brew install dependencies
run: brew install coreutils
- name: pip install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# steps:
# - uses: actions/checkout@v3
# - name: install pony tools
# run: bash .ci-scripts/macOS-x86-install-pony-tools.bash nightly
# run: bash .ci-scripts/macOS-x86-install-pony-tools.bash release
# - name: Test with the most recent ponyc release
# run: |
# export PATH="/tmp/corral/bin:/tmp/ponyc/bin/:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install pony tools
run: bash .ci-scripts/macOS-x86-install-pony-tools.bash nightly
run: bash .ci-scripts/macOS-x86-install-pony-tools.bash release
- name: brew install dependencies
run: brew install coreutils
- name: pip install dependencies
Expand Down

0 comments on commit 8f8729c

Please sign in to comment.