From 946c8e486bce7564eb0156d63019b2891bade4de Mon Sep 17 00:00:00 2001 From: mborgerson Date: Sat, 14 Jan 2023 19:07:56 -0700 Subject: [PATCH] ci: Update win64 build image Use new image builds from CI via GHCR --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d25e3422d..a0a14608e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: artifact_name: xemu-win-release artifact_filename: xemu-win-release.zip env: - DOCKER_IMAGE_NAME: mborgerson/xemu-ubuntu-win64-cross:latest + DOCKER_IMAGE_NAME: ghcr.io/xemu-project/xemu-win64-toolchain:sha-e872a95 steps: - name: Download source package uses: actions/download-artifact@v3