Skip to content

Commit

Permalink
switch CI Linux builds to target GNU
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwhall committed Nov 9, 2024
1 parent 173de6f commit 5554143
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
strategy:
matrix:
platform:
- os-name: Linux-x86_64
- os-name: Linux-aarch64
runs-on: ubuntu-20.04
target: x86_64-unknown-linux-musl
target: aarch64-unknown-linux-gnu

- os-name: Linux-aarch64
- os-name: Linux-x86_64
runs-on: ubuntu-20.04
target: aarch64-unknown-linux-musl
target: x86_64-unknown-linux-gnu

- os-name: Windows-x86_64
runs-on: windows-latest
Expand Down

0 comments on commit 5554143

Please sign in to comment.