build-system: build Windows binaries with gcc 10.2

This simply uses a newer version of our build container which includes newer
tools.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-11-15 15:06:26 -08:00
parent 21fbc7f6e4
commit ed67979ed9

View file

@ -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