Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #925 from weaveworks/circleci-ubuntu2004
Browse files Browse the repository at this point in the history
circleci: Update to ubuntu 20.04 machine image
  • Loading branch information
darkowlzz authored May 1, 2022
2 parents d1225a5 + 174289e commit c4162ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
machine:
image: ubuntu-1604:201903-01
image: ubuntu-2004:202201-02
environment:
# Flag that this is a CI build to the Makefile
IS_CI_BUILD: 1
Expand All @@ -18,7 +18,7 @@ jobs:
# TODO: Push to a dev registry
test:
machine:
image: ubuntu-1604:201903-01
image: ubuntu-2004:202201-02
steps:
# Checkout the repo
- checkout
Expand Down

0 comments on commit c4162ac

Please sign in to comment.