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: |