From 3e450ffb32398ad63b53af1029d144c1c1b0d4bb Mon Sep 17 00:00:00 2001 From: Westsi <76999267+Westsi@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:36:09 -0400 Subject: [PATCH] pt5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8ff75b..562f0b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: with: go-version: '^1.21' # The Go version to download (if necessary) and use. - name: Build and Test - run: sh ci/x86_64.sh + run: bash ci/x86_64.sh aarch64: runs-on: macos-latest steps: @@ -22,4 +22,4 @@ jobs: with: go-version: '^1.21' # The Go version to download (if necessary) and use. - name: Build and Test - run: sh ci/aarch64.sh + run: bash ci/aarch64.sh