CICD: Move Windows Build to New Container.

Move the GitHub Action that builds the Windows artefacts to use the new
subsurface/mxe-build:3.1.0 container.
Also rename references to the old container in scripts and
documantation.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-01-22 07:54:06 +13:00
parent 89506d9782
commit 05ef933ff7
4 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ jobs:
buildWindows:
runs-on: ubuntu-latest
container:
image: docker://subsurface/mxe-build-container:3.0.1
image: docker://subsurface/mxe-build:3.1.0
steps:
- name: checkout sources