Skip to content

Commit 19ca669

Browse files
committed
fix: use rust:1-slim-bookworm in Docker (deps need 1.88.0); x86_64 macOS -> macos-latest runner
1 parent 2e71afb commit 19ca669

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- target: aarch64-apple-darwin
2828
runner: macos-14
2929
- target: x86_64-apple-darwin
30-
runner: macos-13
30+
runner: macos-latest
3131
- target: x86_64-unknown-linux-gnu
3232
runner: ubuntu-latest
3333
- target: aarch64-unknown-linux-gnu

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ─── Stage 1: Build ───────────────────────────────────────────────────────────
2-
FROM rust:1.85-slim-bookworm AS builder
2+
FROM rust:1-slim-bookworm AS builder
33

44
# Install only what the linker and PDF library need
55
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)