Skip to content

Commit ac4d4a3

Browse files
authored
Merge pull request #2308 from lzutao/update-mingw
Update mingw version
2 parents c09baaf + 8945236 commit ac4d4a3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/windows-builds-on-master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- x86_64-pc-windows-gnu # skip-pr
2525
include:
2626
- target: x86_64-pc-windows-gnu
27-
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z
27+
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
2828
mingwdir: mingw64
2929
- target: i686-pc-windows-gnu
3030
mingwdir: mingw32
31-
mingw: https://ci-mirrors.rust-lang.org/rustc/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
31+
mingw: https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
3232
steps:
3333
- uses: actions/checkout@v2
3434
# v2 defaults to a shallow checkout, but we need at least to the previous tag

.github/workflows/windows-builds-on-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- x86_64-pc-windows-msvc
2222
include:
2323
- target: x86_64-pc-windows-gnu
24-
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z
24+
mingw: https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
2525
mingwdir: mingw64
2626
- target: i686-pc-windows-gnu
2727
mingwdir: mingw32
28-
mingw: https://ci-mirrors.rust-lang.org/rustc/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
28+
mingw: https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
2929
steps:
3030
- uses: actions/checkout@v2
3131
# v2 defaults to a shallow checkout, but we need at least to the previous tag

.github/workflows/windows-builds-on-stable.yaml

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

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)