Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Oct 7, 2024
1 parent 4924103 commit 7a857f1
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 @@ -82,9 +82,9 @@ jobs:
./tests/test-against-previous-version.sh
./tests/test_binaryReproducible.sh
"18.04":
"22.04":
docker:
- image: circleci/buildpack-deps:18.04
- image: circleci/buildpack-deps:22.04
working_directory: /home/circleci/DEploid
steps:
- checkout
Expand Down Expand Up @@ -127,6 +127,6 @@ workflows:
version: 2
build:
jobs:
- "18.04"
- "22.04"
# - "14.04"
# - "16.04"

0 comments on commit 7a857f1

Please sign in to comment.