Skip to content

Commit

Permalink
fix(ci): use bookworm-slim to check execution (#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm authored Jan 28, 2025
1 parent 08849f6 commit 9b7d58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: ubuntu:noble
image: debian:bookworm-slim
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9b7d58d

Please sign in to comment.