Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Jan 20, 2025
1 parent a0253fb commit 04f2d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
v1804:
docker:
- image: cimg/base:2020.07
- image: cimg/base:2022.08-18.04
working_directory: /home/circleci/DEploid
steps:
- checkout
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

v2004:
docker:
- image: cimg/base:2022.08
- image: cimg/base:2022.08 # stable-20.04
working_directory: /home/circleci/DEploid
steps:
- checkout
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
command: |
sudo apt-get update
curl -fsSL https://git.io/vHGMF | bash
sudo apt-get install libcppunit-dev
sudo apt-get install libcppunit-dev automake
sudo apt-get install valgrind
- run:
name: Getting ready
Expand Down

0 comments on commit 04f2d46

Please sign in to comment.