diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 44639e7..e886743 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -138,7 +138,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: Test with the most recent ponyc release run: | export PATH="/tmp/corral/bin:/tmp/ponyc/bin/:$PATH" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aebfdef..f99d205 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,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