Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 17, 2024
1 parent 5fa5ae4 commit 6316652
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,25 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-unknown-linux-musl
os: ubuntu-22.04
- target: aarch64-unknown-linux-musl
os: ubuntu-22.04
use-cross: true
# - target: x86_64-unknown-linux-musl
# os: ubuntu-22.04
# - target: aarch64-unknown-linux-musl
# os: ubuntu-22.04
# use-cross: true
# - target: powerpc64le-unknown-linux-musl
# os: ubuntu-22.04
# use-cross: true
- target: powerpc64le-unknown-linux-gnu
os: ubuntu-22.04
os: 8core_ubuntu_latest_runner
use-cross: true
- target: x86_64-apple-darwin
os: macos-13
- target: aarch64-apple-darwin
os: macos-13
- target: x86_64-pc-windows-gnu
os: windows-2022
- target: x86_64-pc-windows-msvc
os: windows-2022
# - target: x86_64-apple-darwin
# os: macos-13
# - target: aarch64-apple-darwin
# os: macos-13
# - target: x86_64-pc-windows-gnu
# os: windows-2022
# - target: x86_64-pc-windows-msvc
# os: windows-2022
env:
#
# These are some environment variables that configure the build so that the binary size is reduced.
Expand Down

0 comments on commit 6316652

Please sign in to comment.