Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/wash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- target: x86_64-apple-darwin
buildCommand: cargo build
artifact: wash-x86_64-apple-darwin
runner: macos-latest
runner: macos-15-intel
bin: wash
- target: aarch64-apple-darwin
buildCommand: cargo build
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ USER nonroot
# dependencies cache
COPY Cargo.toml Cargo.lock rust-toolchain.toml rustfmt.toml ./
COPY --parents ./crates/**/Cargo.toml ./
RUN cargo fetch
RUN cargo fetch --locked

# copy source code
COPY . .
Expand Down