summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scripts/windows-in-container-build.sh2
-rw-r--r--.github/workflows/windows.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/scripts/windows-in-container-build.sh b/.github/workflows/scripts/windows-in-container-build.sh
index 1993f98bc..cf73465de 100644
--- a/.github/workflows/scripts/windows-in-container-build.sh
+++ b/.github/workflows/scripts/windows-in-container-build.sh
@@ -14,7 +14,7 @@ mkdir -p win32
cd win32
# build Subsurface and then smtk2ssrf
-export MXEBUILDTYPE=i686-w64-mingw32.shared
+export MXEBUILDTYPE=x86_64-w64-mingw32.shared
bash -ex ../subsurface/packaging/windows/mxe-based-build.sh installer
# the strange two step move is in order to get predictable names to use
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 22b45809e..9bcc17ba2 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -11,7 +11,7 @@ jobs:
buildInContainer:
runs-on: ubuntu-latest
container:
- image: docker://subsurface/mxe-build-container:1.1
+ image: docker://subsurface/mxe-build-container:2.0
steps:
- name: checkout sources