Skip to content

Commit

Permalink
fix artifact missing on macos-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Oct 21, 2024
1 parent fb537fd commit 43ce446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ jobs:

},
{
build: macos-arm64,
build: macos-arm,
os: macos-14,
target: aarch64-apple-darwin,
exe: '',
Expand Down Expand Up @@ -890,7 +890,7 @@ jobs:
os: macos-12
target: x86_64-apple-darwin
# we only build the integration-test CLI, we don't run tests
- build: macos-arm64
- build: macos-arm
os: macos-12
target: aarch64-apple-darwin,
- build: linux-musl
Expand Down Expand Up @@ -999,7 +999,7 @@ jobs:
name: capi-linux-musl
path: download_link
- uses: actions/download-artifact@v4
if: ${{ matrix.build == 'macos-arm64' }}
if: ${{ matrix.build == 'macos-arm' }}
with:
name: capi-macos-arm
path: download_link
Expand Down

0 comments on commit 43ce446

Please sign in to comment.