From e0b1ffc7d6b4f980901050d5e02d91642897a1ee Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Thu, 23 Jan 2025 02:00:47 +0000 Subject: [PATCH] Use ponyc release version when building arm64 macos nightlies It was supposed to have been switched ages ago but wasn't. --- .github/workflows/nightlies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 39801ac..c208a34 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - 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