From 6a331b1ce4f323bdfb860e0212864cea28d320a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Sun, 19 Jun 2022 13:49:54 +0200 Subject: [PATCH] Update circleci image. --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f59520..0941237 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: machine: enabled: true steps: - - checkout + - checkout - run: command: | if [[ ! $CIRCLE_BRANCH ]] @@ -20,7 +20,7 @@ jobs: machine: enabled: true steps: - - checkout + - checkout - run: command: | if [[ ! $CIRCLE_BRANCH ]] @@ -37,7 +37,7 @@ jobs: machine: enabled: true steps: - - checkout + - checkout - run: command: | if [[ ! $CIRCLE_BRANCH ]] @@ -53,7 +53,7 @@ jobs: multiarch: machine: enabled: true - image: circleci/classic:201808-01 + image: ubuntu-2004:202201-02 steps: - run: command: |