diff --git a/.github/workflows/libretro.yml b/.github/workflows/libretro.yml index 668afad70..aa846730d 100644 --- a/.github/workflows/libretro.yml +++ b/.github/workflows/libretro.yml @@ -79,7 +79,7 @@ jobs: BUILD_DIR: build/windows-x86_64 EXTRA_CORE_ARGS: -DENABLE_LTO=OFF -G Ninja CMAKE: x86_64-w64-mingw32.static-cmake - IMAGE: git.libretro.com:5050/libretro-infrastructure/libretro-build-mxe-win-cross-cores:mingw12 + IMAGE: reallibretroretroarch/libretro-build-mxe-win-cross-cores:mingw12 EXTRA_PATH: bin/Release steps: - uses: actions/checkout@v4