diff --git a/.cirrus.yml b/.cirrus.yml index cf934ba97..2780d5150 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -173,7 +173,7 @@ task: task: name: 'latest Clang [Qt5 QMake]' container: - image: silkeh/clang:latest + image: teeks99/clang-ubuntu:latest memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container << : *LINUX_QT5_QMAKE_TASK_TEMPLATE env: @@ -182,7 +182,7 @@ task: task: name: 'latest Clang [Qt5 QBS]' container: - image: silkeh/clang:latest + image: teeks99/clang-ubuntu:latest memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container << : *LINUX_QT5_QBS_TASK_TEMPLATE env: @@ -191,7 +191,7 @@ task: task: name: 'latest Clang [Qt6]' container: - image: silkeh/clang:latest + image: teeks99/clang-ubuntu:latest memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container << : *LINUX_QT6_TASK_TEMPLATE env: