Skip to content

Commit 10e0b80

Browse files
committed
ci: Upgrade mingw 6.3.0
1 parent c022b92 commit 10e0b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/actions-templates/windows-builds-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- i686-pc-windows-gnu # skip-pr skip-master
3333
include:
3434
- target: x86_64-pc-windows-gnu
35-
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z
35+
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
3636
mingwdir: mingw64
3737
- target: i686-pc-windows-gnu
3838
mingwdir: mingw32
39-
mingw: https://ci-mirrors.rust-lang.org/rustc/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
39+
mingw: https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
4040
steps:
4141
- uses: actions/checkout@v2
4242
# v2 defaults to a shallow checkout, but we need at least to the previous tag

0 commit comments

Comments
 (0)