diff --git a/.cirrus.yml b/.cirrus.yml index 0a66160c13..1a973cd183 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -56,7 +56,7 @@ env: # linux_task: # container: -# image: rpcs3/rpcs3-ci-focal:1.9 +# image: rpcs3/rpcs3-ci-jammy:1.0 # cpu: 4 # memory: 16G # env: @@ -132,7 +132,7 @@ linux_aarch64_task: matrix: - name: Cirrus Linux AArch64 Clang arm_container: - image: 'docker.io/rpcs3/rpcs3-ci-focal-aarch64:1.0' + image: 'docker.io/rpcs3/rpcs3-ci-jammy-aarch64:1.0' cpu: 8 memory: 8G clang_script: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e158f44e9a..082ffa3ea8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,13 +38,13 @@ jobs: displayName: ccache - bash: | - docker pull --quiet rpcs3/rpcs3-ci-focal:1.9 + docker pull --quiet rpcs3/rpcs3-ci-jammy:1.0 docker run \ -v $(pwd):/rpcs3 \ --env-file .ci/docker.env \ -v $CCACHE_DIR:/root/.ccache \ -v $BUILD_ARTIFACTSTAGINGDIRECTORY:/root/artifacts \ - rpcs3/rpcs3-ci-focal:1.9 \ + rpcs3/rpcs3-ci-jammy:1.0 \ /rpcs3/.ci/build-linux.sh displayName: Docker setup and build