Skip to content

Commit d8e79f9

Browse files
authored
Merge pull request CosmWasm#1233 from CosmWasm/set-image-in-coverage
Set image to ubuntu-2004:202201-02 in coverage job
2 parents 4af7d5a + 92cbf7e commit d8e79f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,9 @@ jobs:
10181018
key: cargocache-v2-benchmarking-rust:1.54.0-{{ checksum "Cargo.lock" }}
10191019

10201020
coverage:
1021-
machine: true
1021+
# https://circleci.com/developer/images?imageType=machine
1022+
machine:
1023+
image: ubuntu-2004:202201-02
10221024
steps:
10231025
- checkout
10241026
- run:

0 commit comments

Comments
 (0)