Skip to content

Commit aa54c07

Browse files
committed
fix(workflow): move linux-musl configurations
1 parent 0abba64 commit aa54c07

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
- os: LinuxARM64
2525
arch: arm64
2626
name: linux
27+
- os: ubuntu-latest
28+
arch: x86_64
29+
name: linux-musl
30+
container: alpine:latest
31+
- os: ubuntu-24.04-arm
32+
arch: arm64
33+
name: linux-musl
34+
container: alpine:latest
2735
- os: macos-latest
2836
name: macos
2937
- os: windows-latest
@@ -50,14 +58,6 @@ jobs:
5058
- os: macos-latest
5159
name: apple-xcframework
5260
make: xcframework
53-
- os: ubuntu-latest
54-
arch: x86_64
55-
name: linux-musl
56-
container: alpine:latest
57-
- os: ubuntu-24.04-arm
58-
arch: arm64
59-
name: linux-musl
60-
container: alpine:latest
6161

6262
defaults:
6363
run:

0 commit comments

Comments
 (0)