diff options
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8099a68ee..65bdf8487 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,7 +11,7 @@ jobs: buildWindows: runs-on: ubuntu-latest container: - image: docker://subsurface/mxe-build-container:2.0 + image: docker://subsurface/mxe-build-container:2.2 steps: - name: checkout sources |