workflows: fix client build on darwin

This commit is contained in:
Alex Zenla 2024-03-21 18:24:11 -07:00
parent a8e299d03f
commit 0be154b667
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -11,6 +11,7 @@ jobs:
- x86_64
- aarch64
env:
TARGET_OS: "${{ matrix.os.name }}"
TARGET_ARCH: "${{ matrix.arch }}"
runs-on: "${{ matrix.os.on }}"
name: build ${{ matrix.os.name }}-${{ matrix.arch }}
@ -35,6 +36,7 @@ jobs:
- x86_64
- aarch64
env:
TARGET_OS: "${{ matrix.os.name }}"
TARGET_ARCH: "${{ matrix.arch }}"
name: test ${{ matrix.os.name }}-${{ matrix.arch }}
steps: