Skip to content

Commit

Permalink
fixup! Update CI build images
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Dec 25, 2024
1 parent c23ddfd commit 1a9177e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- { target: arm-unknown-linux-musleabi, os: ubuntu-24.04, use-cross: true }
- { target: armv7-unknown-linux-musleabi, os: ubuntu-24.04, use-cross: true }
- { target: aarch64-unknown-linux-musl, os: ubuntu-24.04, use-cross: true }
- { target: x86_64-apple-darwin, os: macos-14 }
- { target: x86_64-apple-darwin, os: macos-14, use-cross: false}
toolchain:
- stable
# msrv of backhand-cli
Expand All @@ -92,7 +92,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
# TODO: really only needed for the matrix variables without use-cross
target: ${{ matrix.job.target }}
targets: ${{ matrix.job.target }}
# build lib and bins with cross
- run: $BUILD_CMD build ${{ matrix.features }} --target ${{ matrix.job.target }} --release --locked --workspace --features xz-static
# test with cross, skipping slow test and tests that use more then qemu default memory without use-cross without use-cross
Expand Down

0 comments on commit 1a9177e

Please sign in to comment.