Skip to content

Commit 872624b

Browse files
committed
ci: update test action
1 parent d513f23 commit 872624b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cross Test
1+
name: Cross Build
22

33
on:
44
push:

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cross Build
1+
name: Cross Test
22

33
on:
44
push:
@@ -36,10 +36,10 @@ jobs:
3636
# Linux
3737
- os_name: Linux-x86_64
3838
os: ubuntu-latest
39-
target: x86_64-unknown-linux-musl
39+
target: x86_64-unknown-linux-gnu
4040
- os_name: Linux-aarch64
4141
os: ubuntu-latest
42-
target: aarch64-unknown-linux-musl
42+
target: aarch64-unknown-linux-gnu
4343
- os_name: Linux-arm
4444
os: ubuntu-latest
4545
target: arm-unknown-linux-musleabi
@@ -52,9 +52,6 @@ jobs:
5252
os: windows-latest
5353
target: x86_64-pc-windows-msvc
5454
# MacOS
55-
- os_name: macos-x86_64
56-
os: macos-latest
57-
target: x86_64-apple-darwin
5855
- os_name: macos-aarch64
5956
os: macos-latest
6057
target: aarch64-apple-darwin

0 commit comments

Comments
 (0)