diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-15 15:06:26 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 08:38:36 -0800 |
commit | ed67979ed96c25d6d8c59149408304c4ee8e88ca (patch) | |
tree | 6d7a59ffe51569d54f5e110ef605a39754327f4e /.github/workflows/windows.yml | |
parent | 21fbc7f6e4c34e2f6818502c069615800bf6a3cc (diff) | |
download | subsurface-ed67979ed96c25d6d8c59149408304c4ee8e88ca.tar.gz |
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>
Diffstat (limited to '.github/workflows/windows.yml')
-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 |