Skip to content

Commit b110018

Browse files
committed
Fix architecture test in actions
1 parent 1af3c2a commit b110018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libtest-macosarmcross.yml renamed to .github/workflows/libtest-macosarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: BUILDARCH="arm64" npm run dobuild
4343

4444
- name: Test architecture
45-
run: lipo -info transports/http3-quiche/build_darwin_x64/Release/webtransport.node
45+
run: lipo -info transports/http3-quiche/build_darwin_arm64/Release/webtransport.node
4646

4747
- name: Run node unit tests
4848
run: NODE_ENV=production npm run test:node

0 commit comments

Comments
 (0)