Update circleci image.

pull/565/head
Fredrik Öhrström 2022-06-19 13:49:54 +02:00
rodzic 8cf3ab1589
commit 6a331b1ce4
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ jobs:
machine: machine:
enabled: true enabled: true
steps: steps:
- checkout - checkout
- run: - run:
command: | command: |
if [[ ! $CIRCLE_BRANCH ]] if [[ ! $CIRCLE_BRANCH ]]
@ -20,7 +20,7 @@ jobs:
machine: machine:
enabled: true enabled: true
steps: steps:
- checkout - checkout
- run: - run:
command: | command: |
if [[ ! $CIRCLE_BRANCH ]] if [[ ! $CIRCLE_BRANCH ]]
@ -37,7 +37,7 @@ jobs:
machine: machine:
enabled: true enabled: true
steps: steps:
- checkout - checkout
- run: - run:
command: | command: |
if [[ ! $CIRCLE_BRANCH ]] if [[ ! $CIRCLE_BRANCH ]]
@ -53,7 +53,7 @@ jobs:
multiarch: multiarch:
machine: machine:
enabled: true enabled: true
image: circleci/classic:201808-01 image: ubuntu-2004:202201-02
steps: steps:
- run: - run:
command: | command: |