From 03904eafce1d7a4d57e2c28c43f191083c4cbb25 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 9 Oct 2024 15:14:51 -0400 Subject: [PATCH] fix ci --- .github/workflows/ci.actions.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.actions.yml b/.github/workflows/ci.actions.yml index 5037e456..d76ca392 100644 --- a/.github/workflows/ci.actions.yml +++ b/.github/workflows/ci.actions.yml @@ -14,8 +14,10 @@ jobs: platform: - os: ubuntu-latest name: linux + arch: x86-64 - os: macos-latest name: darwin + arch: aarch64 steps: - uses: actions/checkout@v4 with: @@ -32,7 +34,7 @@ jobs: - run: test ${{ steps.build.outputs.project }} = stark.com/foo - run: test ${{ steps.build.outputs.version }} = 2.3.4 - run: test ${{ steps.build.outputs.platform }} = ${{ matrix.platform.name }} - - run: test ${{ steps.build.outputs.arch }} = x86-64 + - run: test ${{ steps.build.outputs.arch }} = ${{ matrix.platform.arch }} - run: test -d ${{ steps.build.outputs.prefix }} - run: test $BREWKIT_PKGSPEC = ${{ steps.build.outputs.pkgspec }} - run: test $BREWKIT_PREFIX = ${{ steps.build.outputs.prefix }} @@ -44,7 +46,7 @@ jobs: strategy: matrix: platform-key: - - darwin+x86-64 + - darwin+aarch64 - null runs-on: ubuntu-latest env: