Skip to content

Commit d6a64d6

Browse files
committed
Update smoke test target
1 parent ca256b0 commit d6a64d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/_test-binaries.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ jobs:
2424
- target: x86_64-unknown-linux-gnu
2525
os: ubuntu-latest
2626

27-
- target: x86_64-apple-darwin
27+
- target: aarch64-apple-darwin
2828
os: macos-latest
2929

30+
- target: x86_64-apple-darwin
31+
# Target macos-latest uses Mac with ARM, macos-14-large is still on Intel
32+
os: macos-14-large
33+
3034
steps:
3135
- uses: actions/checkout@v5
3236
- uses: software-mansion/setup-scarb@v1

0 commit comments

Comments
 (0)