From ed67979ed96c25d6d8c59149408304c4ee8e88ca Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 15 Nov 2020 15:06:26 -0800 Subject: 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 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3-70-g09d2