Skip to content

Commit 03904ea

Browse files
committed
fix ci
1 parent e38d9d3 commit 03904ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.actions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
platform:
1515
- os: ubuntu-latest
1616
name: linux
17+
arch: x86-64
1718
- os: macos-latest
1819
name: darwin
20+
arch: aarch64
1921
steps:
2022
- uses: actions/checkout@v4
2123
with:
@@ -32,7 +34,7 @@ jobs:
3234
- run: test ${{ steps.build.outputs.project }} = stark.com/foo
3335
- run: test ${{ steps.build.outputs.version }} = 2.3.4
3436
- run: test ${{ steps.build.outputs.platform }} = ${{ matrix.platform.name }}
35-
- run: test ${{ steps.build.outputs.arch }} = x86-64
37+
- run: test ${{ steps.build.outputs.arch }} = ${{ matrix.platform.arch }}
3638
- run: test -d ${{ steps.build.outputs.prefix }}
3739
- run: test $BREWKIT_PKGSPEC = ${{ steps.build.outputs.pkgspec }}
3840
- run: test $BREWKIT_PREFIX = ${{ steps.build.outputs.prefix }}
@@ -44,7 +46,7 @@ jobs:
4446
strategy:
4547
matrix:
4648
platform-key:
47-
- darwin+x86-64
49+
- darwin+aarch64
4850
- null
4951
runs-on: ubuntu-latest
5052
env:

0 commit comments

Comments
 (0)