diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02f8485f..85be73cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Build skia 3rd-Party - # Taken from https://github.com/pypa/cibuildwheel/blob/v2.16.2/cibuildwheel/resources/pinned_docker_images.cfg - uses: docker://quay.io/pypa/manylinux2014_aarch64:2023-10-03-72cdc42 + # Taken from https://github.com/pypa/cibuildwheel/blob/v2.19.2/cibuildwheel/resources/pinned_docker_images.cfg + uses: docker://quay.io/pypa/manylinux2014_aarch64:2024.07.02-0 if: ${{ steps.cache-skia.outputs.cache-hit != 'true' }} with: args: bash -c "git config --global --add safe.directory '*' && @@ -60,7 +60,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Build Skia Proper - uses: docker://quay.io/pypa/manylinux2014_aarch64:2023-10-03-72cdc42 + uses: docker://quay.io/pypa/manylinux2014_aarch64:2024.07.02-0 with: args: bash -c "git config --global --add safe.directory '*' && bash scripts/build_Linux.sh