We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca9a56 commit ac0accfCopy full SHA for ac0accf
.github/workflows/build.yml
@@ -36,10 +36,10 @@ jobs:
36
# Linux
37
- os_name: Linux-x86_64
38
os: ubuntu-latest
39
- target: x86_64-unknown-linux-musl
+ target: xx86_64-unknown-linux-gnu
40
- os_name: Linux-aarch64
41
42
- target: aarch64-unknown-linux-musl
+ target: aarch64-unknown-linux-gnu
43
- os_name: Linux-arm
44
45
target: arm-unknown-linux-musleabi
@@ -52,9 +52,6 @@ jobs:
52
os: windows-latest
53
target: x86_64-pc-windows-msvc
54
# MacOS
55
- - os_name: macos-x86_64
56
- os: macos-latest
57
- target: x86_64-apple-darwin
58
- os_name: macos-aarch64
59
os: macos-latest
60
target: aarch64-apple-darwin
0 commit comments