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