Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomyfan committed Feb 19, 2024
1 parent 6b148d8 commit f570125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
os: [ubuntu-latest, macos-14, windows-latest]
include:
- os: ubuntu-latest
targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl,aarch64-unknown-linux-musl,aarch64-unknown-linux-gnu"
targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl"

- os: macos-14
targets: "x86_64-apple-darwin,aarch64-apple-darwin"
targets: "x86_64-apple-darwin,aarch64-apple-darwin,aarch64-unknown-linux-musl,aarch64-unknown-linux-gnu"

- os: windows-latest
targets: "x86_64-pc-windows-msvc"
Expand Down

0 comments on commit f570125

Please sign in to comment.