use arm64 release

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-08-14 16:48:35 +02:00 committed by GitHub
parent 5498d75bae
commit d20a83ad62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,7 @@ jobs:
repository: roc-lang/basic-cli
ref: main
- name: Run all tests with latest roc release + latest basic-cli release
run: ./ci/test_latest_release.sh
- name: Run all tests with latest roc nightly + latest basic-cli release
run: |
sed -i 's/x86_64/arm64/g' ./ci/test_latest_release.sh
./ci/test_latest_release.sh