Skip to content

Commit 22d4369

Browse files
authored
fix macos sync ci and update light-client sync data (#3013)
1 parent 74cc411 commit 22d4369

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package_for_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Package Neuron for Test
22

3-
on:
3+
on:
44
issue_comment:
55
types: [created, edited]
66
push:
@@ -264,11 +264,11 @@ jobs:
264264
run: |
265265
sudo apt-get update
266266
sudo apt-get install -y libudev-dev
267-
- name: Download Neuron App Zip(arm64)
267+
- name: Download Neuron App Zip(x64)
268268
if: matrix.os == 'macos-latest'
269269
uses: actions/download-artifact@v4
270270
with:
271-
name: Neuron-Mac-arm64
271+
name: Neuron-Mac-x64
272272
path: packages/sync-test
273273

274274
- name: Download Neuron Win

0 commit comments

Comments
 (0)