Skip to content

Commit

Permalink
ci: use latest docker for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 22, 2025
1 parent dcdce68 commit cf18cd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
run-with-coverage:
runs-on: matterlabs-ci-runner-high-performance
container:
# Use LLVM 18 image for coverage for compatible profraw formats
image: ghcr.io/matter-labs/zksync-llvm-runner:1.0.2
image: ghcr.io/matter-labs/zksync-llvm-runner:latest
options: -m 110g
env:
TARGET: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit cf18cd4

Please sign in to comment.