Skip to content

Commit

Permalink
Swap aarch64-linux-musl for x86-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
hybras committed May 14, 2024
1 parent 08b779d commit b4969fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
linker: '-C linker=aarch64-linux-gnu-gcc'
- target: aarch64-unknown-linux-musl
os: ubuntu-20.04
linker: '-C linker=aarch64-linux-gnu-gcc'
# - target: aarch64-unknown-linux-musl
# os: ubuntu-20.04
# linker: '-C linker=aarch64-linux-gnu-gcc'
# - target: aarch64-apple-darwin
# os: macos-14
# - target: arm-unknown-linux-gnueabihf
Expand All @@ -121,8 +121,8 @@ jobs:
# os: macos-12
- target: x86_64-pc-windows-msvc
os: windows-2019
# - target: x86_64-unknown-linux-gnu
# os: ubuntu-20.04
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
# - target: x86_64-unknown-linux-musl
# os: ubuntu-20.04
steps:
Expand Down

0 comments on commit b4969fc

Please sign in to comment.